mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -06:00
Set dirty for containers created in project loading
CURA-5056
This commit is contained in:
parent
a4f9c91d95
commit
15f017b404
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||||
if need_new_name:
|
if need_new_name:
|
||||||
new_name = ContainerRegistry.getInstance().uniqueName(material_container.getName())
|
new_name = ContainerRegistry.getInstance().uniqueName(material_container.getName())
|
||||||
material_container.setName(new_name)
|
material_container.setName(new_name)
|
||||||
|
material_container.setDirty(True)
|
||||||
self._container_registry.addContainer(material_container)
|
self._container_registry.addContainer(material_container)
|
||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue