use koptinterface to reflow text in pdf/djvu readers

This commit is contained in:
chrox
2013-01-03 22:24:38 +08:00
parent e525264b01
commit 349bcb996e
7 changed files with 236 additions and 260 deletions

View File

@@ -227,5 +227,6 @@ function ReaderPaging:onGotoPageRel(diff)
return true
end
function ReaderPaging:onRedrawCurrentPage()
self.ui:handleEvent(Event:new("PageUpdate", self.current_page))
end