mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 04:29:01 +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):
|
def getVersionFromSerialized(cls, serialized):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
def isDirty(self):
|
||||||
|
return True
|
||||||
|
|
||||||
metaDataChanged = Signal()
|
metaDataChanged = Signal()
|
||||||
propertyChanged = Signal()
|
propertyChanged = Signal()
|
||||||
containersChanged = Signal()
|
containersChanged = Signal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user