mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 09:53:15 +08:00
All added containers are now set as dirty, so they are saved
CURA-1263
This commit is contained in:
parent
0229fd8676
commit
0d9355daab
@ -291,6 +291,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||||||
# Add all the containers right before we try to add / serialize the stack
|
# Add all the containers right before we try to add / serialize the stack
|
||||||
for container in containers_to_add:
|
for container in containers_to_add:
|
||||||
self._container_registry.addContainer(container)
|
self._container_registry.addContainer(container)
|
||||||
|
container.setDirty(True)
|
||||||
|
|
||||||
# Get the stack(s) saved in the workspace.
|
# Get the stack(s) saved in the workspace.
|
||||||
Logger.log("d", "Workspace loading is checking stacks containers...")
|
Logger.log("d", "Workspace loading is checking stacks containers...")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user