diff options
| author | John Bintz <me@johnbintz.com> | 2006-07-23 04:31:19 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-07-23 04:31:19 +0000 |
| commit | 23a89f90650bd91d1e975deb80ea5e535af89cfe (patch) | |
| tree | 4df6ae2bcc4540638016fc27d9e7ae24b56a4a98 /src/select-context.cpp | |
| parent | Forced redraw of canvas upon document commit to work around event starvation ... (diff) | |
| download | inkscape-23a89f90650bd91d1e975deb80ea5e535af89cfe.tar.gz inkscape-23a89f90650bd91d1e975deb80ea5e535af89cfe.zip | |
added SPDesktop::updateNow() and forced redraw of canvas upon completion of selection or panning to work around event starvation issue at
high zoom levels
(bzr r1459)
Diffstat (limited to '')
| -rw-r--r-- | src/select-context.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp index 7027de1ef..6cffdc076 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -610,6 +610,8 @@ sp_select_context_root_handler(SPEventContext *event_context, GdkEvent *event) sp_canvas_item_ungrab(sc->grabbed, event->button.time); sc->grabbed = NULL; } + + desktop->updateNow(); } sc->button_press_shift = false; sc->button_press_ctrl = false; |
