minor bugfixes - cleanup

This commit is contained in:
kepler155c@gmail.com
2020-04-22 23:37:12 -06:00
parent 7224d441ca
commit b0d2ce0199
5 changed files with 20 additions and 27 deletions

View File

@@ -77,9 +77,7 @@ function UI.TitleBar.example()
x = 2, y = 3,
text = 'Press',
},
focus = function (self)
self:raise()
end,
focus = UI.Window.raise,
},
draw = function(self, isBG)
for i = 1, self.height do