diff options
| author | MenTaLguY <mental@rydia.net> | 2008-07-08 02:32:42 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-07-08 02:32:42 +0000 |
| commit | 4a2d6a998af41409b095bdec49e83af62a75b005 (patch) | |
| tree | a9398999bb9b9197d36acf19ed5a64e32a883dee /src/spiral-context.cpp | |
| parent | temporarily enable motion hints for calligraphy tool (diff) | |
| download | inkscape-4a2d6a998af41409b095bdec49e83af62a75b005.tar.gz inkscape-4a2d6a998af41409b095bdec49e83af62a75b005.zip | |
enable motion hints for non-freehand actions
(bzr r6220)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 56c5b0ebd..02a75812f 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -272,7 +272,7 @@ sp_spiral_context_root_handler(SPEventContext *event_context, GdkEvent *event) 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); ret = TRUE; |
