Added concept of wire width to GUIComponents and GUIWires
[Mograsim.git] / LogicUI / src / era / mi / gui / model / components / GUIManualSwitch.java
index 546b17e..6008329 100644 (file)
@@ -23,7 +23,7 @@ public class GUIManualSwitch extends GUIComponent
        {
                super(model);
                setSize(width, height);
-               addPin(new Pin(this, width, height / 2));
+               addPin(new Pin(this, 1, width, height / 2));
        }
 
        @Override