From: mental Date: Tue, 8 Jul 2008 04:03:42 +0000 (+0000) Subject: disable motion hints for calligraphy to avoid confusion X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be34f93228bb3448f8cdc8b92decc976ba0591ef;p=inkscape.git disable motion hints for calligraphy to avoid confusion --- diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index 77b632945..68bb2f163 100644 --- a/src/dyna-draw-context.cpp +++ b/src/dyna-draw-context.cpp @@ -567,7 +567,6 @@ sp_dyna_draw_context_root_handler(SPEventContext *event_context, ( 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);