From 5f7a1b48febee74262f528b0af2d65a4d5bd1aef Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 4 May 2019 20:09:00 +0200 Subject: Fix GdkMotionEvents under Wayland --- src/display/sp-canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/sp-canvas.cpp') diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 4285b4b98..f3906e24b 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -667,7 +667,7 @@ int sp_canvas_item_grab(SPCanvasItem *item, guint event_mask, GdkCursor *cursor, gdk_seat_grab(seat, getWindow(item->canvas), GDK_SEAT_CAPABILITY_ALL_POINTING, - FALSE, + TRUE, cursor, nullptr, nullptr, -- cgit v1.2.3