(krita-4.2.0-pre-alpha-bb79c0e-x86_64.appimage - Ubuntu 14.04, Unity) I've noticed that only the "Bezier Selection Tool" doesn't allow moving just created selections (see also: https://forum.kde.org/viewtopic.php?f=139&t=153823 ): 1. try to hover a selection with the "Bezier Selection Tool" Actual Results: not possible to move the selection Expected Results: allow moving the selection
Git commit 8ff09e524486bd07cf3127ac1b0077c0ba618d8b by Dmitry Kazakov. Committed on 09/09/2019 at 10:51. Pushed by dkazakov into branch 'master'. Fix move action in the Bezier Selection Tool We should route all the mouse events via begin/continue/endPrimaryAction path in KisDelegatedSelectPathWrapper to make sure that extra selection actions implemented by KisToolSelectBase are available to the user. M +32 -17 plugins/tools/selectiontools/kis_tool_select_path.cc M +7 -1 plugins/tools/selectiontools/kis_tool_select_path.h https://invent.kde.org/kde/krita/commit/8ff09e524486bd07cf3127ac1b0077c0ba618d8b
Git commit 0ff5c48ab5abc4440072d07f34305a6b5885837a by Dmitry Kazakov. Committed on 13/09/2019 at 09:00. Pushed by dkazakov into branch 'krita/4.2'. Fix move action in the Bezier Selection Tool We should route all the mouse events via begin/continue/endPrimaryAction path in KisDelegatedSelectPathWrapper to make sure that extra selection actions implemented by KisToolSelectBase are available to the user. M +32 -17 plugins/tools/selectiontools/kis_tool_select_path.cc M +7 -1 plugins/tools/selectiontools/kis_tool_select_path.h https://invent.kde.org/kde/krita/commit/0ff5c48ab5abc4440072d07f34305a6b5885837a