singla UpdatePos event on view mode change

this event also force renew toc
This commit is contained in:
Qingping Hou
2013-01-10 10:06:47 +08:00
parent 4c6420abba
commit 688540c25b

View File

@@ -171,6 +171,7 @@ end
function ReaderView:onSetViewMode(new_mode)
self.ui.view_mode = new_mode
self.ui.document:setViewMode(new_mode)
self.ui:handleEvent(Event:new("UpdatePos"))
return true
end