Switch a few widgets to ui refresh modes

More closely matches native behavior on REAGL devices.
Closing those widgets should still trigger a partial refresh though,
because we usually get back to the reader, and text, so we want REAGL
;).
This commit is contained in:
NiLuJe
2015-04-26 20:07:17 +02:00
parent 2fe8dc40d7
commit 50dbf6b581
19 changed files with 27 additions and 26 deletions

View File

@@ -346,7 +346,7 @@ function ReaderFooter:onTapFooter(arg, ges)
else
self:updateFooterPos()
end
UIManager:setDirty(self.view.dialog, "partial", self[1][1][1].dimen)
UIManager:setDirty(self.view.dialog, "ui", self[1][1][1].dimen)
return true
end