Loading plugins/org.etsi.mts.tdl.graphical.viewpoint/src/org/etsi/mts/tdl/graphical/sirius/part/InteractionUseConfiguringEditPart.java +4 −2 Original line number Diff line number Diff line Loading @@ -94,9 +94,11 @@ public class InteractionUseConfiguringEditPart extends AbstractNotSelectableShap if (move) { Rectangle rect = new Rectangle(0, y, size.width , size.height); rect.width = width; if (!rect.equals(f.getBounds())) { f.setBounds(rect); f.invalidateTree(); } } y += size.height; } Loading Loading
plugins/org.etsi.mts.tdl.graphical.viewpoint/src/org/etsi/mts/tdl/graphical/sirius/part/InteractionUseConfiguringEditPart.java +4 −2 Original line number Diff line number Diff line Loading @@ -94,9 +94,11 @@ public class InteractionUseConfiguringEditPart extends AbstractNotSelectableShap if (move) { Rectangle rect = new Rectangle(0, y, size.width , size.height); rect.width = width; if (!rect.equals(f.getBounds())) { f.setBounds(rect); f.invalidateTree(); } } y += size.height; } Loading