https://bugs.kde.org/show_bug.cgi?id=516559
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |1cb67184f89f25966d5566b289f | |e4230fabaa247 Resolution|--- |FIXED Version| |6.6.2 Fixed/Implemented| | In| | --- Comment #7 from Akseli Lahtinen <[email protected]> --- Git commit 1cb67184f89f25966d5566b289fe4230fabaa247 by Akseli Lahtinen. Committed on 26/02/2026 at 09:03. Pushed by akselmo into branch 'master'. Positioner: Check if we need to defer applying positions during model conversion When converting folderModelData, we should first check if we're still listing or not, and apply that to the m_deferApplyPositions. If we defer, we quit early as usual. If not, we set the defer off, even when we do nothing: This allows any other methods to continue loading items as normal. Previously this was not properly reset, causing desktop not loading new items after deleting any. FIXED-IN: 6.6.2 M +4 -8 containments/desktop/plugins/folder/positioner.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/1cb67184f89f25966d5566b289fe4230fabaa247 -- You are receiving this mail because: You are watching all bug changes.
