Code

noop: rename function name and whitespace
[inkscape.git] / src / rect-context.cpp
index 7759452e073bfb2ced46960e152bb422e1694bb3..67a74ee118db07fff73c81580d9657f7028de1ec 100644 (file)
@@ -312,6 +312,7 @@ static gint sp_rect_context_root_handler(SPEventContext *event_context, GdkEvent
             sp_canvas_item_grab(SP_CANVAS_ITEM(desktop->acetate),
                                 ( 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);