summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-09-22 02:52:44 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-09-22 02:52:44 +0000
commitb600a65a5d1d6a779221b4cb49e0f7a8e43bf0ff (patch)
treecc447df5e9087f15eed5e78688d5d6c84d695a11 /src/node-context.cpp
parentkeys reference via webbrowser call (diff)
downloadinkscape-b600a65a5d1d6a779221b4cb49e0f7a8e43bf0ff.tar.gz
inkscape-b600a65a5d1d6a779221b4cb49e0f7a8e43bf0ff.zip
prevent wrong rubberband origin after click-selecting in node tool
(bzr r3787)
Diffstat (limited to 'src/node-context.cpp')
-rw-r--r--src/node-context.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}