Merge branch 'development' of
[Mograsim.git] / LogicUI / src / era / mi / gui / model / components / GUINotGate.java
index 5f41592..c22d9b2 100644 (file)
@@ -2,11 +2,11 @@ package era.mi.gui.model.components;
 
 import era.mi.gui.model.ViewModel;
 
-public class GUINotGate extends RectangularShapedGUIGate
+public class GUINotGate extends SimpleRectangularGUIGate
 {
-       public GUINotGate(ViewModel model)
+       public GUINotGate(ViewModel model, int logicWidth)
        {
-               super(model, "1", true);
+               super(model, logicWidth, "1", true);
                setInputCount(1);
        }
 }
\ No newline at end of file