Set imported containers to bedirty so they will get saved

CURA-4875
This commit is contained in:
Lipu Fei 2018-01-26 14:17:16 +01:00
parent d72e08a3ba
commit 4a9fc4b7d4

View file

@ -492,6 +492,7 @@ class ContainerManager(QObject):
return { "status": "error", "message": "Permission denied when trying to read the file"}
container.setName(container_id)
container.setDirty(True)
self._container_registry.addContainer(container)