X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fcomponents%2Fmi%2Fnandbased%2FGUImux1.java;h=72b96b6a6fbe018ba08b51d0e000a9705d5fd7d4;hb=b5db210e5d556427e467dbf6a141aa6193428343;hp=14a612b2dbc283be4b389b0d3b9a47005d0d2f59;hpb=1ea87ba1fafcf5435fcbd0713f5a85fd56c9afee;p=Mograsim.git diff --git a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1.java b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1.java index 14a612b2..72b96b6a 100644 --- a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1.java +++ b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1.java @@ -52,7 +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(5, 52)); + new GUIWire(submodelModifiable, cp1, nandI1.getInputPins().get(0), new Point(5, 52.5)); new GUIWire(submodelModifiable, I1, nandI1.getInputPins().get(1), new Point[0]); new GUIWire(submodelModifiable, nandI0.getOutputPin(), nandY.getInputPins().get(0));