|
@@ -64,11 +64,11 @@ RowLayout
|
|
target: propertyProvider
|
|
target: propertyProvider
|
|
function onContainerStackChanged()
|
|
function onContainerStackChanged()
|
|
{
|
|
{
|
|
- comboboxModel.updateModel()
|
|
|
|
|
|
+ updateTimer.restart()
|
|
}
|
|
}
|
|
function onIsValueUsedChanged()
|
|
function onIsValueUsedChanged()
|
|
{
|
|
{
|
|
- comboboxModel.updateModel()
|
|
|
|
|
|
+ updateTimer.restart()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|