mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:15:54 +08:00
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:
parent
e813c2c08e
commit
293d7c06d9
@ -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…
x
Reference in New Issue
Block a user