summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp
diff options
context:
space:
mode:
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 8f8a48bf7..f213b58aa 100644
--- a/src/node-context.cpp
+++ b/src/node-context.cpp
@@ -548,6 +548,7 @@ sp_node_context_root_handler(SPEventContext *event_context, GdkEvent *event)
event->button.y);
NR::Point const button_dt(desktop->w2d(button_w));
Inkscape::Rubberband::get()->start(desktop, button_dt);
+ desktop->updateNow();
ret = TRUE;
}
break;