diff options
| author | MenTaLguY <mental@rydia.net> | 2008-07-08 03:01:39 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-07-08 03:01:39 +0000 |
| commit | d9af95f7409e88c603b8292f8521e0d0953efc52 (patch) | |
| tree | 45afc8e85ea8be902c1a017fe47b1a8e769ffdfc /src/text-context.cpp | |
| parent | disable motion hints again (diff) | |
| download | inkscape-d9af95f7409e88c603b8292f8521e0d0953efc52.tar.gz inkscape-d9af95f7409e88c603b8292f8521e0d0953efc52.zip | |
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
(bzr r6222)
Diffstat (limited to 'src/text-context.cpp')
| -rw-r--r-- | src/text-context.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/text-context.cpp b/src/text-context.cpp index d0fb06760..ed0709aec 100644 --- a/src/text-context.cpp +++ b/src/text-context.cpp @@ -615,8 +615,7 @@ sp_text_context_root_handler(SPEventContext *const event_context, GdkEvent *cons tc->p0 = desktop->w2d(button_pt); 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_HINT_MASK, + 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; |
