https://bugs.kde.org/show_bug.cgi?id=493569
--- Comment #17 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit 816e982e0da6266e0a489b10296f4e3b3b833e11 by Akseli Lahtinen. Committed on 24/10/2024 at 09:46. Pushed by akselmo into branch 'Plasma/6.2'. positioner: Make sure we check deferMovePositions exist Checking `m_deferMovePositions.count()` seems to be always true, even when its empty. Make sure we check the size is more than 0 so we don't move items around without any reason to do so. We also do not emit `positionsChanged` if we have not even touched the positions, to avoid deleting old configuration (cherry picked from commit e82c44ef2145362063633779e3cfa49cb154d6bf) ff93aa2c positioner: Make sure we check deferMovePositions exist 5326625b Only update positions if we have actually touched them Co-authored-by: Akseli Lahtinen <akse...@akselmo.dev> M +5 -6 containments/desktop/plugins/folder/positioner.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/816e982e0da6266e0a489b10296f4e3b3b833e11 -- You are receiving this mail because: You are watching all bug changes.