diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2019-05-04 18:09:00 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2019-05-04 18:09:00 +0000 |
| commit | 5f7a1b48febee74262f528b0af2d65a4d5bd1aef (patch) | |
| tree | c2e22bde5cd2ae1597c043dfb3aeb7656f85f836 /src/display/sp-canvas.cpp | |
| parent | Fix opening of files on Windows (and possibly elsewhere) (diff) | |
| download | inkscape-5f7a1b48febee74262f528b0af2d65a4d5bd1aef.tar.gz inkscape-5f7a1b48febee74262f528b0af2d65a4d5bd1aef.zip | |
Fix GdkMotionEvents under Wayland
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
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, |
