svn commit: r16397 - branches/work_issue1048_dthompson/src/argouml-app/src/org/argouml/uml/diagram/ui/ModeLabelDrag.java
Dave Thompson <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dthompson
Date: 2008-12-21 01:24:49-0800
New Revision: 16397
Modified:
branches/work_issue1048_dthompson/src/argouml-app/src/org/argouml/uml/diagram/ui/ModeLabelDrag.java
Log:
Removed reckless use of Editor.damageAll().
Modified: branches/work_issue1048_dthompson/src/argouml-app/src/org/argouml/uml/diagram/ui/ModeLabelDrag.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/work_issue1048_dthompson/src/argouml-app/src/org/argouml/uml/diagram/ui/ModeLabelDrag.java?view=diff&pathrev=16397&r1=16396&r2=16397
==============================================================================
--- branches/work_issue1048_dthompson/src/argouml-app/src/org/argouml/uml/diagram/ui/ModeLabelDrag.java (original)
+++ branches/work_issue1048_dthompson/src/argouml-app/src/org/argouml/uml/diagram/ui/ModeLabelDrag.java 2008-12-21 01:24:49-0800
@@ -162,8 +162,8 @@
dragBasePoint.setLocation(newPoint);
dragFig.translate(dx, dy);
me.consume();
+ editor.damaged(dragFig);
}
- editor.damageAll(); /// TODO: reckless use of damageAll.
}
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=988794
To unsubscribe from this discussion, e-mail: [[email protected]].