Merge pull request #994 from chrox/fix_987

fix #987
This commit is contained in:
Paulo Matias
2014-10-15 08:08:00 -03:00

View File

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