mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Busy with CURA-2159
This commit is contained in:
parent
6197a5b77a
commit
2138a87582
3 changed files with 13 additions and 37 deletions
|
@ -610,6 +610,7 @@ class ContainerManager(QObject):
|
|||
# are also correctly created.
|
||||
with open(containers[0].getPath(), encoding="utf-8") as f:
|
||||
duplicated_container.deserialize(f.read())
|
||||
duplicated_container.setDirty(True)
|
||||
self._container_registry.addContainer(duplicated_container)
|
||||
|
||||
# Factory function, used by QML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue