Unbreak FM by reverting 7a812f

:D
This commit is contained in:
NiLuJe
2014-11-11 03:24:56 +01:00
parent b88e304845
commit c3274a9d5e

View File

@@ -153,9 +153,12 @@ end
function Button:onTapSelectButton()
if self.enabled and self.callback then
self[1].invert = true
-- NOTE: Nope, this breaks the FM, by only refreshing the buttons themselves :D.
--[[
UIManager.update_regions_func = function()
return {self[1].dimen}
end
--]]
UIManager:setDirty(self.show_parent, "partial")
UIManager:scheduleIn(0.1, function()
self.callback()