fix: progressbar display in crereader

This commit is contained in:
Qingping Hou
2012-04-04 17:03:01 +08:00
parent 8b6398b58e
commit b9b9455fe0

View File

@@ -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()