1
0
Fork 0

gesture-action: set default edge value to NONE to restore initial behavior

https://bugzilla.gnome.org/show_bug.cgi?id=710229

https://bugzilla.gnome.org/show_bug.cgi?id=710227
This commit is contained in:
Lionel Landwerlin 2013-10-15 18:24:31 +01:00 committed by Emmanuele Bassi
parent 8cb326dc54
commit b0227644ff

View file

@ -772,7 +772,7 @@ clutter_gesture_action_init (ClutterGestureAction *self)
g_array_set_clear_func (self->priv->points, (GDestroyNotify) gesture_point_unset);
self->priv->requested_nb_points = 1;
self->priv->edge = CLUTTER_GESTURE_TRIGGER_EDGE_AFTER;
self->priv->edge = CLUTTER_GESTURE_TRIGGER_EDGE_NONE;
}
/**