remove associated scroll mode setting with zoom mode

This commit is contained in:
chrox
2013-07-09 15:38:34 +08:00
parent a60eb8fd3e
commit 5b1ca4b101

View File

@@ -226,9 +226,6 @@ end
function ReaderZooming:genSetZoomModeCallBack(mode)
return function()
-- toggle scroll mode on when zooming to content* and toggle scrool
-- mode off when zooming to page*.
self.ui:handleEvent(Event:new("ToggleScrollMode", mode:find("content")))
self:setZoomMode(mode)
end
end