Added handle priorities
[Mograsim.git] / net.mograsim.logic.model.editor / src / net / mograsim / logic / model / editor / handles / InterfacePinHandle.java
index 1b963a1..f585224 100644 (file)
@@ -19,7 +19,7 @@ public class InterfacePinHandle extends PinHandle
 
        public InterfacePinHandle(MovablePin parent, DeserializedSubmodelComponent pinOwner)
        {
-               super();
+               super(2);
                this.parent = parent;
                this.owner = pinOwner;
                setSize(CIRCLE_DIAM, CIRCLE_DIAM);