svn commit: r16764 - trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2009-02-03 23:19:56-0800
New Revision: 16764
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java
Log:
Added a comment about issue 5250.
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java?view=diff&pathrev=16764&r1=16763&r2=16764
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/DiagramUndoManager.java 2009-02-03 23:19:56-0800
@@ -84,6 +84,9 @@
// of what is being done.
undo.startInteraction("Diagram Interaction");
}
+ // TODO: I presume this would fix issue 5250 - but
+ // GEF would need to be adapted:
+// if (!(memento instanceof SelectionMemento))
undo.addCommand(new DiagramCommand(memento));
startChain = false;
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1100664
To unsubscribe from this discussion, e-mail: [[email protected]].