It seems self._sample._updateInterface() triggers the correct behaviour.
Looking at _updateInterface in easyAppGui makes me think one of the binding generators (self.interface.generate_bindings) is the proper trigger.
I'm tempted to just add the self._sample._updateInterface() to both addDefaultAtom and removeAtom.
It seems
self._sample._updateInterface()
triggers the correct behaviour. Looking at_updateInterface
in easyAppGui makes me think one of the binding generators (self.interface.generate_bindings
) is the proper trigger.I'm tempted to just add the
self._sample._updateInterface()
to bothaddDefaultAtom
andremoveAtom
.