##// END OF EJS Templates
Fixed bug where properties couldn't be set on model till model was shown
Jonathan Frederic -
Show More
@@ -115,7 +115,7 b' class Widget(LoggingConfigurable):'
115 115
116 116
117 117 def _handle_property_changed(self, name, old, new):
118 if not self._property_lock:
118 if not self._property_lock and self.comm is not None:
119 119 # TODO: Validate properties.
120 120 # Send new state to frontend
121 121 self.send_state()
General Comments 0
You need to be logged in to leave comments. Login now