Fix Color rendering toggle not toggable (#4836)

Also refresh screen when toggling.
This commit is contained in:
poire-z
2019-03-24 21:54:58 +01:00
committed by GitHub
parent 54b0e85bdd
commit cfd562697f
3 changed files with 3 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ end
function ReaderPaging:onColorRenderingUpdate()
self.ui.document:updateColorRendering()
UIManager:setDirty(self.view.dialog, "partial")
end
--[[