From 00543f178154791ea1edceb6407af9458991d743 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Aug 2014 11:21:52 -0400 Subject: GtkColorChooser: Make color plane react to mouse again Fallout from changing the defaults for gesture properties. --- gtk/gtkcolorplane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkcolorplane.c') diff --git a/gtk/gtkcolorplane.c b/gtk/gtkcolorplane.c index a50e920f72..be2d46f0dd 100644 --- a/gtk/gtkcolorplane.c +++ b/gtk/gtkcolorplane.c @@ -415,7 +415,7 @@ gtk_color_plane_init (GtkColorPlane *plane) plane->priv->long_press_gesture = gtk_gesture_long_press_new (GTK_WIDGET (plane)); g_signal_connect (plane->priv->long_press_gesture, "pressed", G_CALLBACK (hold_action), plane); - gtk_gesture_single_set_touch_only (GTK_GESTURE_SINGLE (plane->priv->drag_gesture), + gtk_gesture_single_set_touch_only (GTK_GESTURE_SINGLE (plane->priv->long_press_gesture), TRUE); } -- cgit v1.2.1