pull/994/head
chrox 10 years ago
parent 12914a01f3
commit f3417c5488

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