mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
The second part of the TOC/crereader fix.
Redraw the current page when selecting a TOC entry. Otherwise the correct page is shown only after the next Menu press or anything else that does current page redraw, e.g. Shift-R.
This commit is contained in:
parent
de96f30eff
commit
a9f4dd3b1f
@ -206,6 +206,7 @@ end
|
||||
|
||||
function CREReader:gotoTocEntry(entry)
|
||||
self:goto(entry.xpointer, nil, "xpointer")
|
||||
self:redrawCurrentPage()
|
||||
end
|
||||
|
||||
function CREReader:nextView()
|
||||
|
Loading…
Reference in New Issue
Block a user