Added group decorating support: Border, bkg, padding
This commit is contained in:
parent
4eadfee6f4
commit
99fade6625
9 changed files with 72 additions and 14 deletions
|
|
@ -73,7 +73,7 @@ return function(w)
|
|||
w.info.cursor = w.info.cursor + 1
|
||||
end
|
||||
|
||||
core.registerDraw(id, w.draw or core.style.Input,
|
||||
core.registerDraw(id, w.draw or core.style.Input, false,
|
||||
w.info.text, w.info.cursor, pos[1],pos[2], size[1],size[2])
|
||||
|
||||
return mouse.releasedOn(id) or keyboard.pressedOn(id, 'return')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue