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/desktop-events.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/desktop-events.cpp')
| -rw-r--r-- | src/desktop-events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp index e151f0ac9..32cb341ac 100644 --- a/src/desktop-events.cpp +++ b/src/desktop-events.cpp @@ -226,7 +226,7 @@ gint sp_dt_guide_event(SPCanvasItem *item, GdkEvent *event, gpointer data) sp_canvas_item_grab(item, ( GDK_BUTTON_RELEASE_MASK | GDK_BUTTON_PRESS_MASK | - GDK_POINTER_MOTION_MASK ), + GDK_POINTER_MOTION_HINT_MASK ), NULL, event->button.time); ret = TRUE; |
