Added handle priorities
[Mograsim.git] / net.mograsim.logic.model.editor / src / net / mograsim / logic / model / editor / handles / WireHandle.java
index 199df99..7629dcb 100644 (file)
@@ -20,6 +20,7 @@ public class WireHandle extends Handle
 
        public WireHandle(GUIWire parent)
        {
+               super(5);
                this.parent = parent;
                parent.addPathChangedListener(c -> updateBounds());
                updateBounds();