X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fwires%2FWireCrossPoint.java;h=7c19c13eef953968f57972317ac7d8444de5ccb3;hb=e409fc642b81a7e1a50b13067882e3f40cb903cc;hp=ebe30c3033fb5e602671882d11f892932708b3e6;hpb=9d231e6aa28d5e6526c9f984ca82c1de2a37b559;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/model/wires/WireCrossPoint.java b/LogicUI/src/era/mi/gui/model/wires/WireCrossPoint.java index ebe30c30..7c19c13e 100644 --- a/LogicUI/src/era/mi/gui/model/wires/WireCrossPoint.java +++ b/LogicUI/src/era/mi/gui/model/wires/WireCrossPoint.java @@ -28,6 +28,6 @@ public class WireCrossPoint extends GUIComponent public void setLogicModelBinding(ReadEnd end) { this.end = end; - end.addObserver((i, o) -> callComponentChangedListeners()); + end.addObserver((i, o) -> callComponentLookChangedListeners()); } } \ No newline at end of file