fix: progressbar display in crereader

pull/2/merge
Qingping Hou 12 years ago
parent 8b6398b58e
commit b9b9455fe0

@ -95,7 +95,7 @@ function CREReader:_drawReadingInfo()
ypos = ypos + 15
blitbuffer.progressBar(fb.bb, 10, ypos, width-20, 15,
5, 4, load_percent, 8)
5, 4, load_percent/100, 8)
end
function CREReader:nextView()

Loading…
Cancel
Save