https://bugs.kde.org/show_bug.cgi?id=392014

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit d72098bf9463b6ed25befafd84bc9d5d667a41de by Dmitry Kazakov.
Committed on 04/04/2018 at 13:07.
Pushed by dkazakov into branch 'master'.

Fix outline offset when cancelling move tool's stroke

M  +9    -19   plugins/tools/basictools/kis_tool_move.cc

https://commits.kde.org/krita/d72098bf9463b6ed25befafd84bc9d5d667a41de

--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit f094f600e2e12f03181bb05ad291af6768a71b18 by Dmitry Kazakov.
Committed on 04/04/2018 at 13:07.
Pushed by dkazakov into branch 'master'.

Disable handling Ctrl+Z as "cancel" action in KisToolMove

Basically, we shouldn't cancel the stroke on undo in "continued"
tool actions. Instead the user should use "Esc" key for that.

Otherwise the previous command (the one that came before the
current action) will be undone, which is not what the user wants.

Ideally we should finally implement an undo system for the move tool,
but it is still a todo.

M  +7    -0    plugins/tools/basictools/kis_tool_move.cc
M  +1    -0    plugins/tools/basictools/kis_tool_move.h

https://commits.kde.org/krita/f094f600e2e12f03181bb05ad291af6768a71b18

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to