X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fcomponents%2FGUIBitDisplay.java;h=abaec56bf0597ee3a9c5d30c011cc2104bc4ab61;hb=e7193d1fb16edc79e9cc3d8adcfb71caecd8463b;hp=4a75f541b5d3c14836a543c4645c84a35b8b3d7d;hpb=41d70703ef1579e85a0965bd1e09cac4b47d52c1;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 4a75f541..abaec56b 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 @@ -25,7 +25,7 @@ public class GUIBitDisplay extends GUIComponent public GUIBitDisplay(ViewModel model) { super(model); - logicObs = (i) -> callComponentLookChangedListeners(); + logicObs = (i) -> requestRedraw(); setSize(width, height); addPin(this.inputPin = new Pin(this, 1, 0, height / 2));