https://bugs.kde.org/show_bug.cgi?id=493569
--- Comment #15 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit e82c44ef2145362063633779e3cfa49cb154d6bf by Akseli Lahtinen. Committed on 24/10/2024 at 09:42. Pushed by akselmo into branch 'master'. 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 M +5 -6 containments/desktop/plugins/folder/positioner.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/e82c44ef2145362063633779e3cfa49cb154d6bf -- You are receiving this mail because: You are watching all bug changes.