From 23a89f90650bd91d1e975deb80ea5e535af89cfe Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 23 Jul 2006 04:31:19 +0000 Subject: 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) --- src/select-context.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/select-context.cpp') 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; -- cgit v1.2.3