Skip to content
Commit ce21699c authored by ivan tkachenko's avatar ivan tkachenko 🗯 Committed by Nate Graham
Browse files

systray: Fix applet's appearance on a desktop

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/plasma-desktop!576

BUG: 449535


(cherry picked from commit eb2fe693)
parent 2885bcfa
Pipeline #133091 passed with stage
in 7 minutes and 26 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment