Skip to content

systray: Fix applet's appearance on a desktop

ivan tkachenko requested to merge work/ratijas/systray/hotfix into master

All the sizing and positioning code in this SvgItem relies on assumption that plasmoid's location would we strictly either one of four edge types. So this patch ensures that this thin separator line is only visible when this assumption is true. Otherwise its both width and height get reset (by binding undefined), and SVG starts filling up the whole available area, which leads to a visual glitch that looks like a as grayed out or faded applet.

See also: plasma-desktop!576 (merged)

BUG: 449535

CC @niccolove

Merge request reports