diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-19 04:41:12 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-19 04:41:12 +0000 |
| commit | 12b918b825beeebb1b4eca65190d093d49ef41e8 (patch) | |
| tree | 6f4195c7c534880aa6cdbe7657e80e2a650d2eab /src | |
| parent | remove usereference vestiges, change the signature of user_unlink (not used yet) (diff) | |
| download | inkscape-12b918b825beeebb1b4eca65190d093d49ef41e8.tar.gz inkscape-12b918b825beeebb1b4eca65190d093d49ef41e8.zip | |
another place to make mouse cursor switching immediate
(bzr r6360)
Diffstat (limited to 'src')
| -rw-r--r-- | src/event-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
