disable hinting temporarily in config dialog and flipping mode and cropping dialog

Since hinting is of little use in these situations.
This commit is contained in:
chrox
2013-03-12 20:28:01 +08:00
parent ef68ccebfe
commit a6609119ec
7 changed files with 46 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ function ReaderZooming:onPageUpdate(new_page_no)
end
function ReaderZooming:onHintPage()
if not self.view.hinting then return true end
if self.current_page < self.ui.document.info.number_of_pages then
self.ui.document:hintPage(
self.view.state.page + 1,