mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user