summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2006-07-23 18:43:31 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2006-07-23 18:43:31 +0000
commit62a7150d8e207553385a6b7be7ef3e980c14b62c (patch)
tree3e770fe8408c0f1d755a51daab71f0434d65423f /src/verbs.cpp
parentUpdate pattern creation help text to reflect new menu layout. (diff)
downloadinkscape-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.cpp2
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()