https://bugs.kde.org/show_bug.cgi?id=458007
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |a6fdc66486bc951ee5a6002d9b3 | |332cf2319d737 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #41 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit a6fdc66486bc951ee5a6002d9b3332cf2319d737 by Akseli Lahtinen. Committed on 25/11/2024 at 14:14. Pushed by akselmo into branch 'master'. positioner: Load icon positions on perStripe changes Previously we did not load the icon positions before updating on perStripe change. This meant that we never "reclaimed" any lost space, for example when user has a panel on left side of the icons which causes them to move on initial loading. We should just load the positions every time perStripe changes to make sure the icons reclaim their space if needed. This adds a flag parameter to loadAndApplyPositionsConfig, which can be used to skip loading perStripe from config when it changes. M +3 -1 containments/desktop/plugins/folder/autotests/positionertest.cpp M +3 -3 containments/desktop/plugins/folder/positioner.cpp M +9 -2 containments/desktop/plugins/folder/positioner.h https://invent.kde.org/plasma/plasma-desktop/-/commit/a6fdc66486bc951ee5a6002d9b3332cf2319d737 -- You are receiving this mail because: You are watching all bug changes.