Browse Source

Fix duplicating profiles

CURA-2478
fieldOfView 8 years ago
parent
commit
fc310f2732
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cura/Settings/ContainerManager.py

+ 1 - 0
cura/Settings/ContainerManager.py

@@ -674,6 +674,7 @@ class ContainerManager(QObject):
                 global_changes_id = new_unique_id
             new_change_instances.append(new_container)
             self._container_registry.addContainer(new_container)
+            profile_index += 1
 
         return new_change_instances