mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
SettingView: Only removeUnusedValue when no resolve. Contributes to CURA-2232
This commit is contained in:
parent
4cc5b6d9eb
commit
7c18d320c4
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ ScrollView
|
|||
key: model.key ? model.key : ""
|
||||
watchedProperties: [ "value", "enabled", "state", "validationState", "settable_per_extruder", "resolve" ]
|
||||
storeIndex: 0
|
||||
// Due to the way setPropertyValue works, removeUnusedValue gives the correct output in case of resolve
|
||||
removeUnusedValue: model.resolve == undefined
|
||||
}
|
||||
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue