decouple reader footer from dictquicklookup widget & translation fix (#2664)

* chore: fix strings for translations

* dictionary(chore): decouple reader footer from dictquicklookup widget
This commit is contained in:
Qingping Hou
2017-03-24 00:20:37 -07:00
committed by Hzj_jie
parent 8f4ec13841
commit fc12ee6537
5 changed files with 11 additions and 10 deletions

View File

@@ -524,10 +524,6 @@ function ReaderFooter:onPosUpdate(pos)
self:updateFooterPos()
end
function ReaderFooter:onUpdateFooter()
self:updateFooter()
end
-- recalculate footer sizes when document page count is updated
-- see documentation for more info about this event.
ReaderFooter.onUpdatePos = ReaderFooter.updateFooter