This commit is contained in:
chrox
2014-10-15 18:17:16 +08:00
parent 12914a01f3
commit f3417c5488

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