From 6751ecfccd0dbfd6bba2701b2fc31be7a2c64b32 Mon Sep 17 00:00:00 2001 From: mental Date: Tue, 8 Jul 2008 02:25:52 +0000 Subject: [PATCH] temporarily enable motion hints for calligraphy tool --- src/dyna-draw-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index 68bb2f163..be5a4324c 100644 --- a/src/dyna-draw-context.cpp +++ b/src/dyna-draw-context.cpp @@ -566,7 +566,7 @@ sp_dyna_draw_context_root_handler(SPEventContext *event_context, sp_canvas_item_grab(SP_CANVAS_ITEM(desktop->acetate), ( GDK_KEY_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | - GDK_POINTER_MOTION_MASK | + GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK ), NULL, event->button.time); -- 2.30.2