mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Fix comboboxes not updating the accosiated value
Was introduced by this commit: 788ab7da1b
CURA-10374
This commit is contained in:
parent
035a609277
commit
37f4271c9b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ UM.TooltipArea
|
|||
if (propertyProvider.properties.value === key) {
|
||||
currentIndex = index;
|
||||
}
|
||||
defaultOptionsModel.append({ text: value, code: key });
|
||||
defaultOptionsModel.append({ text: value, value: key });
|
||||
}
|
||||
|
||||
comboBox.currentIndex = currentIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue