Add a missing bracket back.

Contributes to CURA-5725.
This commit is contained in:
Diego Prado Gesto 2018-09-18 17:25:35 +02:00
parent 13cab3653e
commit ed9b0dd41b

View file

@ -42,8 +42,8 @@ Item
return handle.getValue()
}
function setHandleValue(value
{
function setHandleValue(value)
{
handle.setValue(value)
updateRangeHandle()
}