mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
recalculate footer progress bar correctly on UpdatePos (#6436)
Closes: #6434
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user