From: Daniel Kirschten Date: Wed, 17 Jul 2019 20:05:53 +0000 (+0200) Subject: Wrote TODO X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=65bf380dc403bed0af0971f586f4f1efbf70013b;p=Mograsim.git Wrote TODO --- diff --git a/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/GUIComponent.java b/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/GUIComponent.java index 85b1e5a0..2ffe890f 100644 --- a/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/GUIComponent.java +++ b/net.mograsim.logic.model/src/net/mograsim/logic/model/model/components/GUIComponent.java @@ -74,6 +74,8 @@ public abstract class GUIComponent implements JSONSerializable redrawListenerForSubcomponents = this::requestRedraw; + // TODO this will crash the high level state debug shell because submodel is not yet set. + // The same problem exists in ViewModelModifiable.getDefaultComponentName; see there model.componentCreated(this); }