mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Cleanup
CURA-9793
This commit is contained in:
parent
62bae7df19
commit
01ebee4aea
2 changed files with 4 additions and 5 deletions
|
@ -58,7 +58,9 @@ Cura.ComboBox {
|
|||
function onIsValueUsedChanged() { comboboxModel.updateModel() }
|
||||
}
|
||||
|
||||
onCurrentIndexChanged:
|
||||
onCurrentIndexChanged: updateSetting()
|
||||
|
||||
function updateSetting(value)
|
||||
{
|
||||
if (comboboxModel.get(currentIndex) && comboboxModel.get(currentIndex).code)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue