Version: 2.1 Beta 1 (using 4.3.00 (KDE 4.3.0), Arch Linux) Compiler: gcc OS: Linux (x86_64) release 2.6.30-ARCH Create a new document, select the transform tool, and move/rotate with the overlay several times, undo => the image data is correctly undone, but not the overlay. It keeps the same rotation and position that it had in the last tranform action.
SVN commit 1021033 by berger: Fix: undo a transformation step should bring the tool back to its previous position On a side note, since translations are not yet correctly undoable, the overlay doesn't come back correctly to that position CCBUG:205582 M +7 -3 image/kis_undo_adapter.cc M +4 -4 image/kis_undo_adapter.h M +2 -2 plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cc M +10 -11 plugins/tools/tool_transform/kis_tool_transform.cc M +2 -2 plugins/tools/tool_transform/kis_tool_transform.h M +12 -0 ui/kis_doc2.cc M +1 -0 ui/kis_doc2.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1021033
SVN commit 1021043 by berger: Fix: undoing a translation with the transform tool doesn't work BUG:205584 BUG:205582 M +5 -0 image/kis_selected_transaction.cc M +2 -1 image/kis_selected_transaction.h M +14 -3 plugins/tools/tool_transform/kis_tool_transform.cc WebSVN link: http://websvn.kde.org/?view=rev&revision=1021043
You need to log in before you can comment on or make changes to this bug.