Pins now have names
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / wires / WireCrossPoint.java
index be0f5d5..e48d775 100644 (file)
@@ -28,7 +28,7 @@ public class WireCrossPoint extends GUIComponent
 
                this.logicWidth = logicWidth;
                setSize(CIRCLE_DIAM, CIRCLE_DIAM);
-               addPin(this.pin = new Pin(this, logicWidth, CIRCLE_RADIUS, CIRCLE_RADIUS));
+               addPin(this.pin = new Pin(this, "", logicWidth, CIRCLE_RADIUS, CIRCLE_RADIUS));
        }
 
        public void moveCenterTo(double x, double y)