X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fcomponents%2FGUIBitDisplay.java;h=0ca249ee7f719fa8ad6b07eb528aa4e595197b0d;hb=69476526d5d1e976685f4d99d4fba07aec8938a5;hp=82399c130b9a0742c21d2632c40569831150ce71;hpb=d9ea6f04c3cacd2583ac7e1bf0bd1a1ab84e98fb;p=Mograsim.git diff --git a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/GUIBitDisplay.java b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/GUIBitDisplay.java index 82399c13..0ca249ee 100644 --- a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/GUIBitDisplay.java +++ b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/GUIBitDisplay.java @@ -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());