https://bugs.kde.org/show_bug.cgi?id=395386
Boudewijn Rempt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Boudewijn Rempt <[email protected]> --- I'm pretty sure the problem starts here: commit f094f600e2e12f03181bb05ad291af6768a71b18 Author: Dmitry Kazakov <[email protected]> Date: Wed Apr 4 16:06:12 2018 +0300 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. CCBUG:392014 -- You are receiving this mail because: You are watching all bug changes.
