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

@@ -143,6 +143,7 @@ function ReaderPaging:onToggleFlipping()
if self.flipping_mode then
self:updateOriginalPage(self.current_page)
end
self.ui:handleEvent(Event:new("SetHinting", not self.flipping_mode))
UIManager:setDirty(self.view.dialog, "partial")
end