From b5db210e5d556427e467dbf6a141aa6193428343 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Wed, 5 Jun 2019 21:26:45 +0200 Subject: [PATCH 1/1] Made a slightly sloped wire horizontal --- .../logic/ui/model/components/mi/nandbased/GUImux1.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.17.1