Do not produce an error when a setting has been filtered out

Contributes to CURA-340
This commit is contained in:
Arjen Hiemstra 2016-06-09 15:32:41 +02:00
parent abf634c0b0
commit 98c9f202a2

View File

@ -91,7 +91,7 @@ ScrollView
id: provider
containerStackId: ExtruderManager.activeExtruderStackId ? ExtruderManager.activeExtruderStackId : Cura.MachineManager.activeMachineId
key: model.key
key: model.key ? model.key : ""
watchedProperties: [ "value", "enabled", "state", "validationState" ]
storeIndex: 0
}