mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 19:18:58 +08:00
Per object settings no longer watches "state" property
CURA-1278
This commit is contained in:
parent
5761307b33
commit
9a14a3e8b7
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user