fix recalculate from close document pageno

This commit is contained in:
chrox
2014-04-30 23:19:24 +08:00
parent 22c9211e21
commit f9302cd17d

View File

@@ -65,6 +65,8 @@ local ReaderView = OverlapGroup:new{
}
function ReaderView:init()
-- fix recalculate from close document pageno
self.state.page = nil
self:resetLayout()
end