Some more repaint/refresh tweaks (#4578)

* ReaderView & ReaderPaging panning should *probably* keep using "partial" ;). (Fix #4575)
* Try to avoid unnecessary footer repaints (mini status bar)
This commit is contained in:
NiLuJe
2019-02-11 03:28:46 +01:00
committed by GitHub
parent e123cc5dca
commit b274080846
3 changed files with 22 additions and 17 deletions

View File

@@ -715,7 +715,7 @@ function ReaderPaging:onScrollPanRel(diff)
-- update current pageno to the very last part in current view
self:_gotoPage(self.view.page_states[#self.view.page_states].page,
"scrolling")
UIManager:setDirty(self.view.dialog, "fast")
UIManager:setDirty(self.view.dialog, "partial")
return true
end