summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-05-21 17:32:32 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-05-21 17:32:32 +0000
commit24eb439099f2f7011d9008a9029b5678be352913 (patch)
tree645ee5c1e57be3f4f24712f3add9cc64e133e2e2 /src/text-context.cpp
parentrequire libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systems (diff)
downloadinkscape-24eb439099f2f7011d9008a9029b5678be352913.tar.gz
inkscape-24eb439099f2f7011d9008a9029b5678be352913.zip
eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen with newer gtk versions
(bzr r919)
Diffstat (limited to 'src/text-context.cpp')
-rw-r--r--src/text-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-context.cpp b/src/text-context.cpp
index d5eaf6228..641d8bce2 100644
--- a/src/text-context.cpp
+++ b/src/text-context.cpp
@@ -610,7 +610,7 @@ sp_text_context_root_handler(SPEventContext *const ec, GdkEvent *const event)
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,
+ GDK_POINTER_MOTION_MASK,
NULL, event->button.time);
tc->grabbed = SP_CANVAS_ITEM(desktop->acetate);
tc->creating = 1;