https://bugs.kde.org/show_bug.cgi?id=437105
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/ |07b3b10de7d09b8918bd237cf0e |1ce09dcfcb78198c95a94bf4d6f |ca9d3fe868c64 |75a49c2b77dc0 --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 1ce09dcfcb78198c95a94bf4d6f75a49c2b77dc0 by Nate Graham, on behalf of Konrad Materka. Committed on 24/05/2021 at 16:23. Pushed by ngraham into branch 'Plasma/5.22'. [applets/systemtray] Fix highlight on applet pin Sometimes parent component on the applet is not fully updated - for example effectiveStatus is not yet read from the model. In such case it will have default value leading to undesired effect. Call all `updateHighlightedItem` in `Qt.callLater` so that it is called in next event loop. As a bonus it is called only once, which can improve performance. FIXED-IN: 5.22.0 (cherry picked from commit 07b3b10de7d09b8918bd237cf0eca9d3fe868c64) M +6 -6 applets/systemtray/package/contents/ui/CurrentItemHighLight.qml https://invent.kde.org/plasma/plasma-workspace/commit/1ce09dcfcb78198c95a94bf4d6f75a49c2b77dc0 -- You are receiving this mail because: You are watching all bug changes.