kiosk mode

This commit is contained in:
kepler155c@gmail.com 2019-01-10 02:27:02 -05:00
parent 3cc368f33a
commit 7c26258f88
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ UI.Icon.defaults = {
}
function UI.Icon:eventHandler(event)
if event.type == 'mouse_click' then
--self:setFocus(self.button)
self:setFocus(self.button)
self:emit({ type = self.button.event, button = self.button })
return true
elseif event.type == 'mouse_doubleclick' then