Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraradermache2013-04-13 21:22:01 +0000
committeraradermache2013-04-13 21:22:01 +0000
commit499f9a337fc12a02f7eb7698d5716f905dd7ee7f (patch)
treedc5fc6ccfa3b8108322d9e1396a1ebcc4bdb7661
parent6b0ab295e56b9846e0bb8f9f2ef297537301e466 (diff)
downloadorg.eclipse.papyrus-499f9a337fc12a02f7eb7698d5716f905dd7ee7f.tar.gz
org.eclipse.papyrus-499f9a337fc12a02f7eb7698d5716f905dd7ee7f.tar.xz
org.eclipse.papyrus-499f9a337fc12a02f7eb7698d5716f905dd7ee7f.zip
391729: [Communication Diagram] message arrow icon is corrupted (added comment)
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/custom-src/org/eclipse/papyrus/uml/diagram/communication/custom/helper/RotationHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/custom-src/org/eclipse/papyrus/uml/diagram/communication/custom/helper/RotationHelper.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/custom-src/org/eclipse/papyrus/uml/diagram/communication/custom/helper/RotationHelper.java
index d76d446bd42..f210600271c 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/custom-src/org/eclipse/papyrus/uml/diagram/communication/custom/helper/RotationHelper.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/custom-src/org/eclipse/papyrus/uml/diagram/communication/custom/helper/RotationHelper.java
@@ -9,6 +9,7 @@
*
* Contributors:
* Saadia Dhouib saadia.dhouib@cea.fr - Adapted from Composite Structure Diagram
+ * Ansgar Radermacher ansgar.radermacher@cea.fr - Rotate via swt.graphics.Transform, bug 391729
*
*****************************************************************************/
package org.eclipse.papyrus.uml.diagram.communication.custom.helper;

Back to the top