mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix global container stack variable
The definition changes are only on the global container stack. That's the one that was meant here. Contributes to issue CURA-3875.
This commit is contained in:
parent
163707df01
commit
654b9cfa1c
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ class UMOUpgradeSelection(MachineAction):
|
|||
definition_changes_container.addMetaDataEntry("setting_version", CuraApplication.SettingVersion)
|
||||
|
||||
UM.Settings.ContainerRegistry.ContainerRegistry.getInstance().addContainer(definition_changes_container)
|
||||
container_stack.definitionChanges = definition_changes_container
|
||||
global_container_stack.definitionChanges = definition_changes_container
|
||||
|
||||
return definition_changes_container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue