gesture: group continue conditions together

This commit is contained in:
Carlos Garnacho 2014-04-08 20:44:38 +02:00
parent 8ebcca2ef6
commit ae241714c4

View File

@ -134,9 +134,8 @@ _gtk_gesture_effective_n_points (GtkGesture *gesture)
while (g_hash_table_iter_next (&iter, NULL, (gpointer *) &data))
{
if (data->state == GTK_EVENT_SEQUENCE_DENIED)
continue;
if (data->event->type == GDK_TOUCH_END ||
if (data->state == GTK_EVENT_SEQUENCE_DENIED ||
data->event->type == GDK_TOUCH_END ||
data->event->type == GDK_BUTTON_RELEASE)
continue;