https://bugs.kde.org/show_bug.cgi?id=475928
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |wishlist CC| |[email protected] --- Comment #2 from Dmitry Kazakov <[email protected]> --- Hi, Rafael! In Krita we have a lot of asynchronous actions. And undo can interact with that. That is, when you press Ctrl+Z while the stroke is running, it will be an equivalent of pressing the Esc key and cancelling the stroke. That is why we never disable the actions. Ctrl+Z is also used inside some tools (e.g. Transform Tool), which are not a part of the global undo system. Theoretically, we could write a system where Krita would automatically enable/disable these actions when a stroke is started. But it would be quite a huge project, which could also cause stability regression. I will downgrade this bug to a "wishlist" and we shall look at it while planning some bigger projects WISHGROUP: Larger Usability Fixes -- You are receiving this mail because: You are watching all bug changes.
