resizing now works properly

This commit is contained in:
kepler155c
2017-09-29 22:29:40 -04:00
parent 71cdc6341e
commit db2dca444f
9 changed files with 2111 additions and 2108 deletions

View File

@@ -1375,7 +1375,7 @@ end
--[[-- blankPage --]]--
blankPage = UI.Page()
function blankPage:draw()
self:clear()
self:clear(colors.black)
self:setCursorPos(1, 1)
end