https://bugs.kde.org/show_bug.cgi?id=392014
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #16 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, Tyson! The main idea of the move tool was to compress all the intermediate moves and not to bloat the undo stack, so I actually don't know how we should fix that. Here is a test patch with a compromise solution: https://phabricator.kde.org/P260 It that does two things: 1) adds an explicit frame when the move stroke is in progress; 2) fixes your point 1 (ctrl+z cancels the stroke if there is nothing to undo) But this patch doesn't make every move a distinct action in history. It only makes UIX a bit more smooth. -- You are receiving this mail because: You are watching all bug changes.