Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2016-05-24 16:15:49 +0000
committerGerrit Code Review @ Eclipse.org2016-05-24 16:16:10 +0000
commit95f5c4a01aa0dabe2d91cfc07c74519b69ad9886 (patch)
tree798bf6424fc7031f2bfc35470c474603ed6522ac /plugins
parent9243d636bb36393f29643a07f12d98d9ea93068d (diff)
downloadorg.eclipse.papyrus-95f5c4a01aa0dabe2d91cfc07c74519b69ad9886.tar.gz
org.eclipse.papyrus-95f5c4a01aa0dabe2d91cfc07c74519b69ad9886.tar.xz
org.eclipse.papyrus-95f5c4a01aa0dabe2d91cfc07c74519b69ad9886.zip
Revert "Bug 489998: [Activity Diagram] Difficult to position ActivityParameterNode"
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/PortPositionLocator.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/PortPositionLocator.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/PortPositionLocator.java
index 556014f326f..6c36aebb84e 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/PortPositionLocator.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/PortPositionLocator.java
@@ -429,7 +429,6 @@ public class PortPositionLocator implements IBorderItemLocator {
Rectangle rect = new Rectangle(validLocation, target.getPreferredSize());
target.setBounds(rect);
- setConstraint(rect);
// Refresh nodeShape bounds in case of resize
RoundedRectangleNodePlateFigure nodePlateFigure = FigureUtils.findChildFigureInstance(figure, RoundedRectangleNodePlateFigure.class);

Back to the top