https://bugs.kde.org/show_bug.cgi?id=511920
Marco Martin <[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/ |bd59c308b5eff6c58a046495d50 |22a2e0e77790b9c4f2ffb1c6779 |f45cf46b29286 |83a1f3a554a16 Status|VERIFIED |RESOLVED --- Comment #9 from Marco Martin <[email protected]> --- Git commit 22a2e0e77790b9c4f2ffb1c677983a1f3a554a16 by Marco Martin. Committed on 23/06/2026 at 08:42. Pushed by mart into branch 'Plasma/6.6'. Positioner: Fix disappearing icons on rename When icons were renamed, they were not compared to the old items name, but to the same new name. This caused the positioner to think nothing had changed. In FolderModel we want to set the data to the folderModel itself, not KDirModel, since FolderModel already handles that. This makes sure our models do not get out of sync. Remove the itemAboutToRename since it is not needed Related: bug 520633 FIXED-IN: 6.7.0 (cherry picked from commit 872c9990a9f8ef25239542e72dfc4b7cd5e89341) Co-authored-by: Akseli Lahtinen <[email protected]> M +7 -9 containments/desktop/plugins/folder/foldermodel.cpp M +0 -1 containments/desktop/plugins/folder/foldermodel.h M +8 -19 containments/desktop/plugins/folder/positioner.cpp M +0 -3 containments/desktop/plugins/folder/positioner.h https://invent.kde.org/plasma/plasma-desktop/-/commit/22a2e0e77790b9c4f2ffb1c677983a1f3a554a16 -- You are receiving this mail because: You are watching all bug changes.
