use hold event to cancel page crop

pull/2/merge
chrox 12 years ago
parent 0ed5d05bc0
commit 8c1c51e230

@ -85,7 +85,7 @@ function BBoxWidget:init()
}, },
CancelCrop = { CancelCrop = {
GestureRange:new{ GestureRange:new{
ges = "hold_release", ges = "hold",
range = Geom:new{ range = Geom:new{
x = 0, y = 0, x = 0, y = 0,
w = Screen:getWidth(), w = Screen:getWidth(),

Loading…
Cancel
Save