https://bugs.kde.org/show_bug.cgi?id=524112
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |3bb54b1bf1d0122f21301c7dd95 |f3e1acbfc874b51daf3d14cbbac |1e71f57ee6a5a |c9c787bd92e4f --- Comment #3 from cwo <[email protected]> --- Git commit f3e1acbfc874b51daf3d14cbbacc9c787bd92e4f by Christoph Wolk. Committed on 05/09/2026 at 08:45. Pushed by cwo into branch 'Plasma/6.7'. 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 (cherry picked from commit 3bb54b1bf1d0122f21301c7dd951e71f57ee6a5a) Co-authored-by: Christoph Wolk <[email protected]> M +1 -3 applets/taskmanager/qml/TaskProgressOverlay.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/f3e1acbfc874b51daf3d14cbbacc9c787bd92e4f -- You are receiving this mail because: You are watching all bug changes.
