Code

gobble more of motion events; make statusbar messages immediate for better visual...
[inkscape.git] / src / zoom-context.cpp
index 64b468e36fe69ece40905909f910834dec02e1b9..71dca484642ac044c8accc0ee64899b4a60450be 100644 (file)
@@ -165,6 +165,7 @@ static gint sp_zoom_context_root_handler(SPEventContext *event_context, GdkEvent
                 NR::Point const motion_w(event->motion.x, event->motion.y);
                 NR::Point const motion_dt(desktop->w2d(motion_w));
                 Inkscape::Rubberband::get()->move(motion_dt);
+                gobble_motion_events(GDK_BUTTON1_MASK);
             }
             break;