View Single Post
Old 07-19-2013, 03:42 PM   #302
cgm999
Enthusiast
cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.
 
Posts: 46
Karma: 54894
Join Date: Jun 2013
Device: kobo
it should work if you edit koreader/frontend/ui/reader/readerview.lua func ReaderViewnSetInv
like this(end of the file) :

function ReaderViewnSetInv(x)
-- print(x)
if x == "inv" then
Screen.inv = true
UIManager:set_FULL_REFRESH_COUNT(DRCOUNTMAX_inopt)
else
Screen.inv = false
UIManager:set_FULL_REFRESH_COUNT(DRCOUNTMAX)
end
end

EDIT: this will not work maybe change global var DRCOUNTMAX instead

Last edited by cgm999; 07-19-2013 at 04:05 PM.
cgm999 is offline   Reply With Quote