From 5e230ff5b88fa5522aeaf72d6222c38e4470557d Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 18 Apr 2007 01:07:08 +0000 Subject: [PATCH] fix leftover rubberband after switching to selector while dragging --- src/select-context.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2