more editor work

This commit is contained in:
kepler155c@gmail.com
2020-04-04 20:56:53 -06:00
parent cd58ecd861
commit 7659b81d49
8 changed files with 216 additions and 147 deletions

View File

@@ -32,10 +32,6 @@ function UI.Page:enable()
end
end
function UI.Page:disable()
UI.Window.disable(self)
end
function UI.Page:sync()
if self.enabled then
self:checkFocus()
@@ -58,7 +54,6 @@ function UI.Page:pointToChild(x, y)
return UI.Window.pointToChild(self, x, y)
end
-- need to add offsets to this test
local function getPosition(element)
local x, y = 1, 1
repeat