https://bugs.kde.org/show_bug.cgi?id=514674
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/707c77dd7824d6e89eb40aebc | |c7bff77e3fd48e0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Marco Martin <[email protected]> --- Git commit 707c77dd7824d6e89eb40aebcc7bff77e3fd48e0 by Marco Martin. Committed on 19/01/2026 at 15:04. Pushed by mart into branch 'master'. Systemtray: update opacity *after* geometry The systemtray opacity was binded to systemTrayState.expanded but this meant the opacity was changed immediately after the state the actual item geometry is updated with calllater which will happen one frame later. Usually this is not a problem since the item fades in with an animation, but if they are set to instant, the highlight gets visible for an instant in the wrong position when the popup is opened. instead, update the opacity after adjusting the geometry. M +1 -1 applets/systemtray/qml/CurrentItemHighLight.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/707c77dd7824d6e89eb40aebcc7bff77e3fd48e0 -- You are receiving this mail because: You are watching all bug changes.
