All added containers are now set as dirty, so they are saved

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-12 11:07:29 +01:00
parent 0229fd8676
commit 0d9355daab

View file

@ -291,6 +291,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
# Add all the containers right before we try to add / serialize the stack
for container in containers_to_add:
self._container_registry.addContainer(container)
container.setDirty(True)
# Get the stack(s) saved in the workspace.
Logger.log("d", "Workspace loading is checking stacks containers...")