Commit b949c23b authored by Martti Käärik's avatar Martti Käärik
Browse files

Avoid unnecessary updates.

Change-Id: I135cdc6f6aeec2908b77251796f9e7784003d5bc
parent 0c29fdd8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;
				}