Unbreak FM by reverting 7a812f

:D
pull/1123/head
NiLuJe 10 years ago
parent b88e304845
commit c3274a9d5e

@ -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()

Loading…
Cancel
Save