https://bugs.kde.org/show_bug.cgi?id=520447
--- Comment #4 from Nate Graham <[email protected]> --- Git commit c675876ba79f32def5f5262d3f12618ba4985fcf by Nate Graham. Committed on 22/05/2026 at 16:16. Pushed by ngraham into branch 'Plasma/6.7'. applets/taskmanager: position badges correctly while audio is playing An unqualified property access issue mis-positioned the badge since it has an `icon` property, while the mask doesn't, so they ended up in different places. Even fixing that, the badge wasn't positioned in the intended place (bottom left corner) due to a faulty y value calculation. Fix both by referencing the root item's geometry instead of properties out of the current scope. (cherry picked from commit 8c7d5dbb941c05e4d00631d74f1c669fd05e1eea) Co-authored-by: Nate Graham <[email protected]> M +3 -2 applets/taskmanager/qml/TaskBadgeOverlay.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c675876ba79f32def5f5262d3f12618ba4985fcf -- You are receiving this mail because: You are watching all bug changes.
