Apply suggestions from code review

This commit is contained in:
Jelle Spijker 2022-12-08 07:43:57 +01:00 committed by GitHub
parent bcdfa808a8
commit 91170e0aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 6 deletions

View file

@ -62,8 +62,14 @@ RowLayout
Connections
{
target: propertyProvider
function onContainerStackChanged() { updateTimer.restart() }
function onIsValueUsedChanged() { updateTimer.restart() }
function onContainerStackChanged()
{
comboboxModel.updateModel()
}
function onIsValueUsedChanged()
{
comboboxModel.updateModel()
}
}
// Updates to the setting are delayed by interval. This reduces lag by waiting a bit after a setting change to update the slider contents.