mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
All added containers are now set as dirty, so they are saved
CURA-1263
This commit is contained in:
parent
0229fd8676
commit
0d9355daab
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue