From: buliabyak Date: Wed, 18 Apr 2007 01:07:08 +0000 (+0000) Subject: fix leftover rubberband after switching to selector while dragging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e230ff5b88fa5522aeaf72d6222c38e4470557d;p=inkscape.git fix leftover rubberband after switching to selector while dragging --- diff --git a/src/select-context.cpp b/src/select-context.cpp index 1457b7603..983ba2184 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -661,6 +661,7 @@ sp_select_context_root_handler(SPEventContext *event_context, GdkEvent *event) desktop->updateNow(); } + Inkscape::Rubberband::get()->stop(); // might have been started in another tool! sc->button_press_shift = false; sc->button_press_ctrl = false; sc->button_press_alt = false;