From: buliabyak Date: Sat, 19 Jul 2008 04:41:12 +0000 (+0000) Subject: another place to make mouse cursor switching immediate X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b65f34207b7ca7c5d647c2946e4301c874409873;p=inkscape.git another place to make mouse cursor switching immediate --- diff --git a/src/event-context.cpp b/src/event-context.cpp index 7afe9070d..e7c5ac88a 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -198,6 +198,7 @@ sp_event_context_update_cursor(SPEventContext *ec) } } gdk_window_set_cursor(w->window, ec->cursor); + gdk_flush(); } ec->desktop->waiting_cursor = false; }