force repaint all when changing options

This commit is contained in:
chrox
2013-01-15 12:35:37 +08:00
parent fe8902d380
commit 3f2e810fe4

View File

@@ -88,7 +88,7 @@ function OptionTextItem:onTapSelect()
option_arg = self.args[self.current_item]
self.config:onConfigChoice(self.name, option_arg, self.event)
end
UIManager:setDirty(self, "partial")
UIManager.repaint_all = true
return true
end