diff options
Diffstat (limited to 'src/event-context.cpp')
| -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; } |
