mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Add missing isDirty function
CURA-6600
This commit is contained in:
parent
f7d61e1e24
commit
784ab6e903
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ class MockContainer(ContainerInterface, UM.PluginObject.PluginObject):
|
|||
def getVersionFromSerialized(cls, serialized):
|
||||
raise NotImplementedError()
|
||||
|
||||
def isDirty(self):
|
||||
return True
|
||||
|
||||
metaDataChanged = Signal()
|
||||
propertyChanged = Signal()
|
||||
containersChanged = Signal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue