Prevent some unneeded calling of signals

This commit is contained in:
Jaime van Kessel 2018-12-21 16:57:52 +01:00
parent 4ab79f963a
commit 85f10e7c4f
3 changed files with 3 additions and 3 deletions

View file

@ -249,7 +249,6 @@ class SettingInheritanceManager(QObject):
if self._global_container_stack:
self._global_container_stack.containersChanged.connect(self._onContainersChanged)
self._global_container_stack.propertyChanged.connect(self._onPropertyChanged)
self._onActiveExtruderChanged()
def _onContainersChanged(self, container):
self._update_timer.start()