Draw root element on renderDefault
This commit is contained in:
parent
10a875d8fb
commit
73cdd1fe62
@ -139,6 +139,8 @@ local function renderDefault(state, rootElement)
|
|||||||
if not handled then
|
if not handled then
|
||||||
os.queueEvent(table.unpack(event))
|
os.queueEvent(table.unpack(event))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
rootElement:draw()
|
||||||
end
|
end
|
||||||
|
|
||||||
local PAGES = {
|
local PAGES = {
|
||||||
@ -197,6 +199,6 @@ while not CONTROLLER_STATE.exit do
|
|||||||
CONTROLLER_STATE.currentPage = CONTROLLER_STATE.nextPage
|
CONTROLLER_STATE.currentPage = CONTROLLER_STATE.nextPage
|
||||||
CONTROLLER_STATE.nextPage = nil
|
CONTROLLER_STATE.nextPage = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
sleep(0)
|
sleep(0)
|
||||||
end
|
end
|
Loading…
x
Reference in New Issue
Block a user