diff --git a/frontend/ui/widget/button.lua b/frontend/ui/widget/button.lua index ef47ea604..b954346d2 100644 --- a/frontend/ui/widget/button.lua +++ b/frontend/ui/widget/button.lua @@ -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()