diff options
Diffstat (limited to 'src/node-context.cpp')
| -rw-r--r-- | src/node-context.cpp | 1 |
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; } |
