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

@ -385,7 +385,6 @@ class MachineManager(QObject):
self._application.setGlobalContainerStack(global_stack)
ExtruderManager.getInstance()._globalContainerStackChanged()
self._initMachineState(global_stack)
self._onGlobalContainerChanged()
self.__emitChangedSignals()