mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
dirty hack to fix wrong zoom level
This hack is to rescue wrong zoom level after removing unnecessary
`self:handleEvent(Event:new("SetDimensions", self.dimen))` at the
end of ReaderUI initialization which otherwise would confuse crengine
with two different dimens and would cause inconsistent reading progress.
This commit is contained in:
@@ -264,6 +264,9 @@ function ReaderUI:init()
|
||||
--DEBUG(self.doc_settings)
|
||||
-- we only read settings after all the widgets are initialized
|
||||
self:handleEvent(Event:new("ReadSettings", self.doc_settings))
|
||||
-- dirty hack to make final rezoom
|
||||
-- TODO: find out why we need this.
|
||||
if self.zoom then self.zoom:onReZoom() end
|
||||
|
||||
for _,v in ipairs(self.postInitCallback) do
|
||||
v()
|
||||
|
||||
Reference in New Issue
Block a user