mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:38:59 +08:00
Add a missing bracket back.
Contributes to CURA-5725.
This commit is contained in:
parent
13cab3653e
commit
ed9b0dd41b
@ -42,8 +42,8 @@ Item
|
||||
return handle.getValue()
|
||||
}
|
||||
|
||||
function setHandleValue(value
|
||||
{
|
||||
function setHandleValue(value)
|
||||
{
|
||||
handle.setValue(value)
|
||||
updateRangeHandle()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user