2
0
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:
Tigran Aivazian 2012-09-22 10:51:00 +01:00
parent de96f30eff
commit a9f4dd3b1f

View File

@ -206,6 +206,7 @@ end
function CREReader:gotoTocEntry(entry)
self:goto(entry.xpointer, nil, "xpointer")
self:redrawCurrentPage()
end
function CREReader:nextView()