Loading plugins/org.etsi.mts.tdl.graphical.viewpoint/src/org/etsi/mts/tdl/graphical/sirius/layout/SequenceDiagramFreeformLayoutProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -241,6 +241,7 @@ class SequenceFreeformLayoutEditPartProvider extends TdlAbstractLayoutEditPartPr Rectangle bounds = f.getBounds(); Dimension resizeDelta = size.getExpanded(-bounds.width, -bounds.height); resizeDelta.width = 0; resizeDelta.height = Math.max(resizeDelta.height, 0); resizeDelta.width *= scale; resizeDelta.height *= scale; Loading Loading
plugins/org.etsi.mts.tdl.graphical.viewpoint/src/org/etsi/mts/tdl/graphical/sirius/layout/SequenceDiagramFreeformLayoutProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -241,6 +241,7 @@ class SequenceFreeformLayoutEditPartProvider extends TdlAbstractLayoutEditPartPr Rectangle bounds = f.getBounds(); Dimension resizeDelta = size.getExpanded(-bounds.width, -bounds.height); resizeDelta.width = 0; resizeDelta.height = Math.max(resizeDelta.height, 0); resizeDelta.width *= scale; resizeDelta.height *= scale; Loading