mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Fix duplicating profiles
CURA-2478
This commit is contained in:
parent
eb1cb3c0f2
commit
fc310f2732
1 changed files with 1 additions and 0 deletions
|
@ -674,6 +674,7 @@ class ContainerManager(QObject):
|
||||||
global_changes_id = new_unique_id
|
global_changes_id = new_unique_id
|
||||||
new_change_instances.append(new_container)
|
new_change_instances.append(new_container)
|
||||||
self._container_registry.addContainer(new_container)
|
self._container_registry.addContainer(new_container)
|
||||||
|
profile_index += 1
|
||||||
|
|
||||||
return new_change_instances
|
return new_change_instances
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue