Bug 215493

Summary: rectangular selection are not undone on undo
Product: [Applications] krita Reporter: Dmitry Kazakov <dimula73>
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Dmitry Kazakov 2009-11-20 23:07:07 UTC
Version:            (using KDE 4.3.0)
Installed from:    Compiled From Sources

1) Draw a selection (e.g. rectangular)
2) Draw another one nearby. The first one will be hidden.
3) Click "Undo" once - nothing happens
4) Click undo one more time - selection disappears.

PS:
redo works fine
Comment 1 Dmitry Kazakov 2009-12-01 22:15:10 UTC
SVN commit 1057274 by dkazakov:

Fixed selections undo bug.


Memento items should have been reverted in a reversed order.

BUG:215493


 M  +6 -1      kis_memento_manager.cc  
 M  +2 -0      kis_tiled_data_manager.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1057274
Comment 2 Sven Langkamp 2009-12-03 03:45:22 UTC
SVN commit 1057655 by langkamp:

better fix for painting ellipses
CCBUG:215493


 M  +2 -2      image/kis_painter.cc  
 M  +2 -3      plugins/tools/selectiontools/kis_tool_select_elliptical.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1057655