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/verbs.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/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 0a22cc108..c70e62fe2 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1536,6 +1536,8 @@ ZoomVerb::perform(SPAction *action, void *data, void *pdata) default: break; } + + dt->updateNow(); } // end of sp_verb_action_zoom_perform() |
