Implemented SubmodelComponent.clicked(); removed obsolete TODOs
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / GUIBitDisplay.java
index 82399c1..0ca249e 100644 (file)
@@ -37,7 +37,6 @@ public class GUIBitDisplay extends GUIComponent
                double posX = getBounds().x;
                double posY = getBounds().y;
 
-               // TODO maybe draw switch state too?
                gc.drawRectangle(getBounds());
                String label = bitDisplay == null ? BitVectorFormatter.formatAsString(null)
                                : BitVectorFormatter.formatAsString(bitDisplay.getDisplayedValue());