X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fmodel%2Fcomponents%2Fatomic%2FGUINotGate.java;h=f9fcb4f69d256cf8be8c7c166417b0d7fdec5989;hb=039f31334c661633b71e945aa4332cedb7055526;hp=5dc69388b05e2fce49b662e283f4fe86e5fcf053;hpb=b5d8c2d71e27350ea7c9314e40df5bb0584271cd;p=Mograsim.git diff --git a/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/atomic/GUINotGate.java b/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/atomic/GUINotGate.java index 5dc69388..f9fcb4f6 100644 --- a/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/atomic/GUINotGate.java +++ b/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/atomic/GUINotGate.java @@ -15,7 +15,7 @@ public class GUINotGate extends SimpleRectangularGUIGate public GUINotGate(ViewModelModifiable model, int logicWidth, String name) { - super(model, "1", true, logicWidth, name); + super(model, "GUINotGate", "1", true, logicWidth, name); setInputCount(1); }