https://bugs.kde.org/show_bug.cgi?id=524112
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version| |6.7.5 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |3bb54b1bf1d0122f21301c7dd95 | |1e71f57ee6a5a --- Comment #2 from cwo <[email protected]> --- Git commit 3bb54b1bf1d0122f21301c7dd951e71f57ee6a5a by Christoph Wolk. Committed on 03/09/2026 at 11:13. Pushed by cwo into branch 'master'. applets/taskmanager: make task progress bar follow rtl TaskProgressOverlay sets LayoutMirroring on the contentItem, but turns off childrenInherit. This means that the FrameSvgItem does not use this LayoutDirection, and the progress bar fills left-to-right as the anchors are not flipped. We could set childrenInherit, but it seems that setting the direction on the Item is unnecessary, we just need it on the FrameSvgItem (which has no children anyway, so the setting does not matter) FIXED-IN: 6.7.5 M +1 -3 applets/taskmanager/qml/TaskProgressOverlay.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/3bb54b1bf1d0122f21301c7dd951e71f57ee6a5a -- You are receiving this mail because: You are watching all bug changes.
