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/knot.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/knot.cpp')
| -rw-r--r-- | src/knot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot.cpp b/src/knot.cpp index 2348f4aea..7d220ef76 100644 --- a/src/knot.cpp +++ b/src/knot.cpp @@ -31,7 +31,7 @@ #define KNOT_EVENT_MASK (GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | \ - GDK_POINTER_MOTION_MASK | \ + GDK_POINTER_MOTION_HINT_MASK | \ GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK) static bool nograb = false; |
