Browse Source

Add a missing bracket back.

Contributes to CURA-5725.
Diego Prado Gesto 6 years ago
parent
commit
ed9b0dd41b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/SimulationView/PathSlider.qml

+ 2 - 2
plugins/SimulationView/PathSlider.qml

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