diff --git a/clutter/clutter-gesture-action.c b/clutter/clutter-gesture-action.c index 3743fb60a..6544451ae 100644 --- a/clutter/clutter-gesture-action.c +++ b/clutter/clutter-gesture-action.c @@ -496,7 +496,7 @@ actor_captured_event_cb (ClutterActor *actor, /* Start the gesture immediately if the gesture has no * _TRIGGER_EDGE_AFTER drag threshold. */ - if ((priv->points->len < priv->requested_nb_points) && + if ((priv->points->len >= priv->requested_nb_points) && (priv->edge != CLUTTER_GESTURE_TRIGGER_EDGE_AFTER)) begin_gesture (action, actor);