recalculate footer progress bar correctly on `UpdatePos` (#6436)

Closes: #6434
reviewable/pr6445/r1
yparitcher 4 years ago committed by GitHub
parent 37a01100b7
commit 93eadbaf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save