mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:46:09 +08: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
@ -85,7 +85,7 @@ UM.TooltipArea
|
|||||||
if (propertyProvider.properties.value === key) {
|
if (propertyProvider.properties.value === key) {
|
||||||
currentIndex = index;
|
currentIndex = index;
|
||||||
}
|
}
|
||||||
defaultOptionsModel.append({ text: value, code: key });
|
defaultOptionsModel.append({ text: value, value: key });
|
||||||
}
|
}
|
||||||
|
|
||||||
comboBox.currentIndex = currentIndex;
|
comboBox.currentIndex = currentIndex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user