summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2019-05-04 18:09:00 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2019-05-04 18:09:00 +0000
commit5f7a1b48febee74262f528b0af2d65a4d5bd1aef (patch)
treec2e22bde5cd2ae1597c043dfb3aeb7656f85f836 /src
parentFix opening of files on Windows (and possibly elsewhere) (diff)
downloadinkscape-5f7a1b48febee74262f528b0af2d65a4d5bd1aef.tar.gz
inkscape-5f7a1b48febee74262f528b0af2d65a4d5bd1aef.zip
Fix GdkMotionEvents under Wayland
Diffstat (limited to 'src')
-rw-r--r--src/display/sp-canvas.cpp2
1 files changed, 1 insertions, 1 deletions
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,