summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-07-19 04:41:12 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-07-19 04:41:12 +0000
commit12b918b825beeebb1b4eca65190d093d49ef41e8 (patch)
tree6f4195c7c534880aa6cdbe7657e80e2a650d2eab /src
parentremove usereference vestiges, change the signature of user_unlink (not used yet) (diff)
downloadinkscape-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.cpp1
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;
}