diff --git a/plugins/SimulationView/PathSlider.qml b/plugins/SimulationView/PathSlider.qml index f532294682..f3c28fb5f7 100644 --- a/plugins/SimulationView/PathSlider.qml +++ b/plugins/SimulationView/PathSlider.qml @@ -42,8 +42,8 @@ Item return handle.getValue() } - function setHandleValue(value - { + function setHandleValue(value) + { handle.setValue(value) updateRangeHandle() }