mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Add missing isDirty function
CURA-6600
This commit is contained in:
parent
f7d61e1e24
commit
784ab6e903
@ -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…
x
Reference in New Issue
Block a user