mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Remove unnecessary setGlobalContainerStack() in project loading
CURA-5073
This commit is contained in:
parent
48dae7b6c7
commit
8c7e413038
@ -709,7 +709,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
# function is running on the main thread (Qt thread), although those "changed" signals have been emitted, but
|
||||
# they won't take effect until this function is done.
|
||||
# To solve this, we schedule _updateActiveMachine() for later so it will have the latest data.
|
||||
Application.getInstance().setGlobalContainerStack(global_stack)
|
||||
self._updateActiveMachine(global_stack)
|
||||
|
||||
# Load all the nodes / meshdata of the workspace
|
||||
|
Loading…
x
Reference in New Issue
Block a user