diff --git a/resources/qml/Widgets/SingleSettingSlider.qml b/resources/qml/Widgets/SingleSettingSlider.qml index 98dfdc222b..3c0cf24339 100644 --- a/resources/qml/Widgets/SingleSettingSlider.qml +++ b/resources/qml/Widgets/SingleSettingSlider.qml @@ -64,11 +64,11 @@ RowLayout target: propertyProvider function onContainerStackChanged() { - comboboxModel.updateModel() + updateTimer.restart() } function onIsValueUsedChanged() { - comboboxModel.updateModel() + updateTimer.restart() } }