https://bugs.kde.org/show_bug.cgi?id=499898
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |42f53e4618074d43d7956c6cbae | |0d5c4aa82825e Resolution|--- |FIXED --- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 42f53e4618074d43d7956c6cbae0d5c4aa82825e by David Edmundson. Committed on 18/02/2025 at 15:42. Pushed by davidedmundson into branch 'master'. folderview: Fix drag selection There is code to handle clicking an icon when a selection is already present. In this case we want to cancel our selection and select the icon the mouse is over. What we don't want is for this to run when a drag ends. Using the cached selection is a good flag as it is immediately reset at the end of the mouse up. M +3 -1 containments/desktop/package/contents/ui/FolderView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/42f53e4618074d43d7956c6cbae0d5c4aa82825e -- You are receiving this mail because: You are watching all bug changes.