Merge pull request #994 from chrox/fix_987

fix #987
pull/997/head
Paulo Matias 10 years ago
commit ef80cc6a4e

@ -208,7 +208,10 @@ function BBoxWidget:onSwipeAdjust(arg, ges)
end
function BBoxWidget:onHoldAdjust(arg, ges)
self:adjustScreenBBox(ges)
-- FIXME: this is a dirty hack to disable hold gesture in page cropping
-- since Kobo devices may append hold gestures to each swipe gesture rendering
-- relative replacement impossible. See koreader/koreader#987 at Github.
--self:adjustScreenBBox(ges)
return true
end

Loading…
Cancel
Save