mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Perobject stacks are no longer saved
CURA-1278
This commit is contained in:
parent
84a9691390
commit
d2405a24d2
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class SettingOverrideDecorator(SceneNodeDecorator):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self._stack = ContainerStack(stack_id = id(self))
|
||||
self._stack.setDirty(False) # This stack does not need to be saved.
|
||||
self._instance = InstanceContainer(container_id = "SettingOverrideInstanceContainer")
|
||||
self._stack.addContainer(self._instance)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue