Develop 1.8 #20

Merged
Kan18 merged 242 commits from develop-1.8 into master-1.8 2019-11-10 20:52:08 -05:00
Showing only changes of commit 7c26258f88 - Show all commits

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