From 4a2d6a998af41409b095bdec49e83af62a75b005 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Tue, 8 Jul 2008 02:32:42 +0000 Subject: enable motion hints for non-freehand actions (bzr r6220) --- src/text-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text-context.cpp') diff --git a/src/text-context.cpp b/src/text-context.cpp index 4b25deb93..d0fb06760 100644 --- a/src/text-context.cpp +++ b/src/text-context.cpp @@ -616,7 +616,7 @@ sp_text_context_root_handler(SPEventContext *const event_context, GdkEvent *cons Inkscape::Rubberband::get()->start(desktop, tc->p0); sp_canvas_item_grab(SP_CANVAS_ITEM(desktop->acetate), GDK_KEY_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_BUTTON_PRESS_MASK | - GDK_POINTER_MOTION_MASK, + GDK_POINTER_MOTION_HINT_MASK, NULL, event->button.time); tc->grabbed = SP_CANVAS_ITEM(desktop->acetate); tc->creating = 1; -- cgit v1.2.3