mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-29 02:52:03 +08:00
Do not produce an error when a setting has been filtered out
Contributes to CURA-340
This commit is contained in:
parent
abf634c0b0
commit
98c9f202a2
@ -91,7 +91,7 @@ ScrollView
|
|||||||
id: provider
|
id: provider
|
||||||
|
|
||||||
containerStackId: ExtruderManager.activeExtruderStackId ? ExtruderManager.activeExtruderStackId : Cura.MachineManager.activeMachineId
|
containerStackId: ExtruderManager.activeExtruderStackId ? ExtruderManager.activeExtruderStackId : Cura.MachineManager.activeMachineId
|
||||||
key: model.key
|
key: model.key ? model.key : ""
|
||||||
watchedProperties: [ "value", "enabled", "state", "validationState" ]
|
watchedProperties: [ "value", "enabled", "state", "validationState" ]
|
||||||
storeIndex: 0
|
storeIndex: 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user