[gtk+/touchscreens: 40/67] gtk, scrolledwindow: capture motions until the kinetic scrolling cancellation
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/touchscreens: 40/67] gtk, scrolledwindow: capture motions until the kinetic scrolling cancellation
- Date: Thu, 29 Dec 2011 00:40:24 +0000 (UTC)
commit 90fc00dfac350cb8d85d1499a27b2d484b9d78b4
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Nov 26 20:05:03 2011 +0100
gtk,scrolledwindow: capture motions until the kinetic scrolling cancellation
If the widget which events are captured listens to motion hints, there
are situations where neither the scrolled window or the child widget
request more motions.
gtk/gtkscrolledwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
index be7796a..6665f74 100644
--- a/gtk/gtkscrolledwindow.c
+++ b/gtk/gtkscrolledwindow.c
@@ -2659,7 +2659,7 @@ gtk_scrolled_window_motion_notify_event (GtkWidget *widget,
priv->in_drag = TRUE;
}
else
- return GTK_CAPTURED_EVENT_NONE;
+ return GTK_CAPTURED_EVENT_HANDLED;
}
priv->last_button_event_x_root = -TOUCH_BYPASS_CAPTURED_THRESHOLD;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]