summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 7a3de5e85..76fe72636 100644
--- a/src/event-context.cpp
+++ b/src/event-context.cpp
@@ -190,6 +190,7 @@ sp_event_context_update_cursor(SPEventContext *ec)
}
gdk_window_set_cursor(w->window, ec->cursor);
}
+ ec->desktop->waiting_cursor = false;
}
/**