diff options
| author | John Bintz <me@johnbintz.com> | 2006-07-23 18:43:31 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-07-23 18:43:31 +0000 |
| commit | 62a7150d8e207553385a6b7be7ef3e980c14b62c (patch) | |
| tree | 3e770fe8408c0f1d755a51daab71f0434d65423f /src/node-context.cpp | |
| parent | Update pattern creation help text to reflect new menu layout. (diff) | |
| download | inkscape-62a7150d8e207553385a6b7be7ef3e980c14b62c.tar.gz inkscape-62a7150d8e207553385a6b7be7ef3e980c14b62c.zip | |
forced redraw of canvas upon completion of zooming or upon starting rubber band selection events to work
around event starvation issue at high zoom levels
(bzr r1464)
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 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; |
