https://bugs.kde.org/show_bug.cgi?id=516559
Akseli Lahtinen <[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/ |1cb67184f89f25966d5566b289f |8ef2e782af3b12e900096309c9e |e4230fabaa247 |9fe9833476fab --- Comment #8 from Akseli Lahtinen <[email protected]> --- Git commit 8ef2e782af3b12e900096309c9e9fe9833476fab by Akseli Lahtinen. Committed on 26/02/2026 at 11:51. Pushed by akselmo into branch 'Plasma/6.6'. 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 (cherry picked from commit 1cb67184f89f25966d5566b289fe4230fabaa247) Co-authored-by: Akseli Lahtinen <[email protected]> M +4 -8 containments/desktop/plugins/folder/positioner.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/8ef2e782af3b12e900096309c9e9fe9833476fab -- You are receiving this mail because: You are watching all bug changes.
