remove associated scroll mode setting with zoom mode

pull/146/head
chrox 11 years ago
parent a60eb8fd3e
commit 5b1ca4b101

@ -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

Loading…
Cancel
Save