mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix: incorrect chapter markers (#5425)
This commit is contained in:
@@ -751,6 +751,7 @@ function ReaderRolling:onChangeViewMode()
|
||||
self.old_doc_height = self.ui.document.info.doc_height
|
||||
self.old_page = self.ui.document.info.number_of_pages
|
||||
self.ui:handleEvent(Event:new("UpdateToc"))
|
||||
self.view.footer:setTocMarkers(true)
|
||||
if self.xpointer then
|
||||
self:_gotoXPointer(self.xpointer)
|
||||
-- Ensure a whole screen refresh is always enqueued
|
||||
|
||||
Reference in New Issue
Block a user