Hardcoded a wire path in GUImux1
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / mi / nandbased / GUImux1.java
index 056b696..14a612b 100644 (file)
@@ -52,8 +52,7 @@ public class GUImux1 extends SimpleRectangularSubmodelComponent
                new GUIWire(submodelModifiable, nandS0.getOutputPin(), nandI0.getInputPins().get(0));
                new GUIWire(submodelModifiable, I0, nandI0.getInputPins().get(1), new Point[0]);
 
-               new GUIWire(submodelModifiable, cp1, nandI1.getInputPins().get(0),
-                               new Point(cp1.getPin().getPos().x, nandI1.getInputPins().get(0).getPos().y));
+               new GUIWire(submodelModifiable, cp1, nandI1.getInputPins().get(0), new Point(5, 52));
                new GUIWire(submodelModifiable, I1, nandI1.getInputPins().get(1), new Point[0]);
 
                new GUIWire(submodelModifiable, nandI0.getOutputPin(), nandY.getInputPins().get(0));