Fix #3 - Thanks martinfelis!
This commit is contained in:
parent
fed243a8af
commit
fd8664c80a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ return function(w)
|
|||
keyboard.clearFocus()
|
||||
end
|
||||
|
||||
core.registerDraw(id, draw or core.style.Label,
|
||||
core.registerDraw(id, w.draw or core.style.Label,
|
||||
w.text, w.align, pos[1],pos[2], size[1],size[2])
|
||||
|
||||
return mouse.releasedOn(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue