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
function onContainerStackChanged()
{
comboboxModel.updateModel()
updateTimer.restart()
}
function onIsValueUsedChanged()
{
comboboxModel.updateModel()
updateTimer.restart()
}
}