From 654f141256ccc0e7546b213716cd2a4aaaea7af3 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Wed, 14 Mar 2007 18:04:24 +0000 Subject: reset waiting_cursor when setting any other (bzr r2647) --- src/event-context.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } /** -- cgit v1.2.3