Revert "Use callLater to set the active machine in MachineManager"

This reverts commit 0aea7bdb5c67e7dde3be31cfd1a8d48b72c5d322.
Advanced mode showed no settings, and things were generally not working after this commit, so I am reverting the change for now.
This commit is contained in:
fieldOfView 2016-06-12 13:55:47 +02:00
parent e813c2c08e
commit 293d7c06d9

View File

@ -51,7 +51,8 @@ class MachineManagerModel(QObject):
if active_machine_id != "": if active_machine_id != "":
# An active machine was saved, so restore it. # An active machine was saved, so restore it.
Application.getInstance().callLater(self.setActiveMachine, active_machine_id) self.setActiveMachine(active_machine_id)
pass
globalContainerChanged = pyqtSignal() globalContainerChanged = pyqtSignal()
activeMaterialChanged = pyqtSignal() activeMaterialChanged = pyqtSignal()