mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Revert "Use callLater to set the active machine in MachineManager"
This reverts commit 0aea7bdb5c
.
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:
parent
e813c2c08e
commit
293d7c06d9
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ class MachineManagerModel(QObject):
|
|||
|
||||
if active_machine_id != "":
|
||||
# An active machine was saved, so restore it.
|
||||
Application.getInstance().callLater(self.setActiveMachine, active_machine_id)
|
||||
self.setActiveMachine(active_machine_id)
|
||||
pass
|
||||
|
||||
globalContainerChanged = pyqtSignal()
|
||||
activeMaterialChanged = pyqtSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue