mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Enforce dithering in PicDocument * Ensure we'll get a flashing update on ScreenSaver exit
This commit is contained in:
@@ -218,7 +218,8 @@ function ReaderView:paintTo(bb, x, y)
|
||||
self.dialog.dithered = nil
|
||||
-- For KOpt, let the user choose.
|
||||
if self.ui.document.info.has_pages then
|
||||
if self.document.configurable.hw_dithering == 1 then
|
||||
-- Also enforce dithering in PicDocument
|
||||
if self.ui.document.is_pic or self.document.configurable.hw_dithering == 1 then
|
||||
self.dialog.dithered = true
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user