revert changes to functions

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-08 09:53:06 +01:00
parent 9a03094bfd
commit 435c67f97a

View File

@ -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()
} }
} }