mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Merge pull request #787 from Ultimaker/exception_handling_fixes
Minor Exception handling Fixes
This commit is contained in:
commit
e813c2c08e
2 changed files with 20 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue