https://bugs.kde.org/show_bug.cgi?id=459162
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/f29f62b | |21633f3fce3c3af6762b123bba8 | |7b4798 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f29f62b21633f3fce3c3af6762b123bba87b4798 by Dmitry Kazakov. Committed on 17/09/2024 at 11:56. Pushed by dkazakov into branch 'kazakov/deselect-on-paste'. Deselect selection when pasting from the clipboard Now, when the user pastes data from clipboard, any active selection is automatically deselected. For "Paste" and "Paste At" the deselection action is baked into the actual later addition action. For "Paste Into" action, the deselection is added as a separate step. M +25 -4 libs/ui/actions/KisPasteActionFactories.cpp M +35 -7 libs/ui/kis_mimedata.cpp M +3 -1 libs/ui/kis_mimedata.h M +3 -2 libs/ui/kis_node_manager.cpp M +2 -1 libs/ui/kis_node_manager.h https://invent.kde.org/graphics/krita/-/commit/f29f62b21633f3fce3c3af6762b123bba87b4798 -- You are receiving this mail because: You are watching all bug changes.