Merge pull request #1085 from chrox/fix_1083

fix #1083
This commit is contained in:
Qingping Hou
2014-11-06 01:49:29 -05:00

View File

@@ -201,8 +201,6 @@ function ReaderFont:setFont(face)
self.ui.document:setFontFace(face)
-- signal readerrolling to update pos in new height
self.ui:handleEvent(Event:new("UpdatePos"))
UIManager:close(msg)
end
end