mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add a missing bracket back.
Contributes to CURA-5725.
This commit is contained in:
parent
13cab3653e
commit
ed9b0dd41b
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ Item
|
|||
return handle.getValue()
|
||||
}
|
||||
|
||||
function setHandleValue(value
|
||||
{
|
||||
function setHandleValue(value)
|
||||
{
|
||||
handle.setValue(value)
|
||||
updateRangeHandle()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue