minor tweaks

This commit is contained in:
airstruck
2015-10-31 15:32:48 -04:00
parent 1e668f8f09
commit 6c82e5f81d
7 changed files with 8 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ local weakValueMeta = { __mode = 'v' }
function Layout:constructor (data)
self.accelerators = {}
self:setStyle()
self:setTheme()
self:setTheme(require(ROOT .. 'theme.light'))
self.isMousePressed = false
self.isManagingInput = false