From c937856620c840189b5416135aa7a5664314fa47 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 22 Sep 2007 02:52:44 +0000 Subject: [PATCH] prevent wrong rubberband origin after click-selecting in node tool --- src/node-context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node-context.cpp b/src/node-context.cpp index 3b7a085be..56b6dd760 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -368,6 +368,7 @@ sp_node_context_root_handler(SPEventContext *event_context, GdkEvent *event) selection->set(item_clicked); desktop->updateNow(); } + Inkscape::Rubberband::get()->stop(); ret = TRUE; break; } -- 2.30.2