fix: mistakenly over written unireader's method

This commit is contained in:
Qingping Hou
2012-03-30 14:00:41 +08:00
parent 8a2b86e203
commit 937f445b92

View File

@@ -58,8 +58,8 @@ function CREReader:redrawCurrentPage()
self:goto(self.pos)
end
-- used in UniReader:showMenu()
function UniReader:_drawReadingInfo()
-- used in CREReader:showMenu()
function CREReader:_drawReadingInfo()
local ypos = height - 50
local load_percent = (self.pos / self.doc:GetFullHeight())