recalculate footer progress bar correctly on UpdatePos (#6436)

Closes: #6434
This commit is contained in:
yparitcher
2020-07-26 22:38:09 -04:00
committed by GitHub
parent 37a01100b7
commit 93eadbaf88

View File

@@ -787,6 +787,7 @@ function ReaderRolling:updatePos()
self.old_doc_height = new_height
self.old_page = new_page
self.ui:handleEvent(Event:new("UpdateToc"))
self.view.footer:setTocMarkers(true)
self.view.footer:onUpdateFooter()
end
self:updateTopStatusBarMarkers()