mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Apply suggestions from code review
This commit is contained in:
parent
bcdfa808a8
commit
91170e0aef
4 changed files with 19 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue