mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
CURA-10967
set property value updated to take into account if resolve is present or not.
This commit is contained in:
parent
5552b5ced3
commit
a8f7e8636c
2 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,11 @@ Cura.ComboBox {
|
|||
}
|
||||
|
||||
}
|
||||
function forceUpdateSettings()
|
||||
{
|
||||
comboboxModel.updateModel();
|
||||
propertyProvider.setPropertyValue("value", comboboxModel.get(currentIndex).code , skip_resolve =true)
|
||||
}
|
||||
|
||||
function updateSetting(value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue