mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Report XInput button motion events until all buttons are released.
Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=588649
This commit is contained in:
parent
2635fb75c6
commit
acdecb6aa4
@ -284,7 +284,7 @@ _gdk_input_other_event (GdkEvent *event,
|
||||
|
||||
if (event->type == GDK_BUTTON_PRESS)
|
||||
iw->button_down_window = window;
|
||||
if (event->type == GDK_BUTTON_RELEASE)
|
||||
if (event->type == GDK_BUTTON_RELEASE && !gdkdev->button_count)
|
||||
iw->button_down_window = NULL;
|
||||
|
||||
if (event->type == GDK_PROXIMITY_OUT &&
|
||||
|
Loading…
Reference in New Issue
Block a user