https://bugs.kde.org/show_bug.cgi?id=520633
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/ |872c9990a9f8ef25239542e72df |bd59c308b5eff6c58a046495d50 |c4b7cd5e89341 |f45cf46b29286 --- Comment #4 from Akseli Lahtinen <[email protected]> --- Git commit bd59c308b5eff6c58a046495d50f45cf46b29286 by Akseli Lahtinen. Committed on 28/05/2026 at 08:58. Pushed by akselmo into branch 'Plasma/6.7'. 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 511920 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/bd59c308b5eff6c58a046495d50f45cf46b29286 -- You are receiving this mail because: You are watching all bug changes.
