fixed Checkbox set_value type hint
This commit is contained in:
parent
194a266730
commit
fe9ee313f9
@ -102,7 +102,7 @@ return function (args)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- set the value
|
-- set the value
|
||||||
---@param val integer new value
|
---@param val boolean new value
|
||||||
function e.set_value(val)
|
function e.set_value(val)
|
||||||
e.value = val
|
e.value = val
|
||||||
draw()
|
draw()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user