summaryrefslogtreecommitdiffstats
path: root/src/dyna-draw-context.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2008-07-08 02:25:52 +0000
committermental <mental@users.sourceforge.net>2008-07-08 02:25:52 +0000
commit5e6fb3c34a9031a45141defc2d52f4feb0c47ec9 (patch)
tree1c470e26bf33449f1b164c0109e40ec8f2f7133a /src/dyna-draw-context.cpp
parentenable safe support for motion hints (diff)
downloadinkscape-5e6fb3c34a9031a45141defc2d52f4feb0c47ec9.tar.gz
inkscape-5e6fb3c34a9031a45141defc2d52f4feb0c47ec9.zip
temporarily enable motion hints for calligraphy tool
(bzr r6219)
Diffstat (limited to 'src/dyna-draw-context.cpp')
-rw-r--r--src/dyna-draw-context.cpp2
1 files changed, 1 insertions, 1 deletions
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);