Merge pull request #787 from Ultimaker/exception_handling_fixes

Minor Exception handling Fixes
This commit is contained in:
Ghostkeeper 2016-06-11 15:23:16 +02:00 committed by GitHub
commit e813c2c08e
2 changed files with 20 additions and 5 deletions

View file

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