Make ToggleSwitch updates regional

This commit is contained in:
NiLuJe
2014-11-11 02:52:47 +01:00
parent 041f11cba0
commit 39244aa0cb

View File

@@ -145,6 +145,9 @@ function ToggleSwitch:onTapSelect(arg, gev)
--]]
self.config:onConfigChoose(self.values, self.name,
self.event, self.args, self.events, self.position)
UIManager.update_regions_func = function()
return {self.dimen}
end
UIManager:setDirty(self.config, "partial")
return true
end