Merge pull request #5 from PierreLu/patch-1

Remove keyboard focus print
This commit is contained in:
vrld 2012-09-09 10:43:55 -07:00
commit 0d85670851

View file

@ -82,7 +82,6 @@ local function registerDraw(id, f, ...)
if mouse.isHot(id) or keyboard.hasFocus(id) then
state = mouse.isActive(id) and 'active' or 'hot'
end
print(id, keyboard.hasFocus(id))
local rest = save_pack(...)
draw_items.n = draw_items.n + 1
draw_items[draw_items.n] = function()