Per object settings no longer watches "state" property

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-06-07 15:46:37 +02:00
parent 5761307b33
commit 9a14a3e8b7

View file

@ -120,7 +120,7 @@ Item {
containerStackId: UM.ActiveTool.properties.getValue("ContainerID")
key: model.key
watchedProperties: [ "value", "enabled", "state", "validationState" ]
watchedProperties: [ "value", "enabled", "validationState" ]
storeIndex: 0
}
}