mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Implement setDirty for mockContainer
This commit is contained in:
parent
d0a84828ff
commit
ea0c8ff9bc
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ class MockContainer(ContainerInterface, UM.PluginObject.PluginObject):
|
|||
def isDirty(self):
|
||||
return True
|
||||
|
||||
def setDirty(self, dirty):
|
||||
pass
|
||||
|
||||
metaDataChanged = Signal()
|
||||
propertyChanged = Signal()
|
||||
containersChanged = Signal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue