summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-14 18:04:24 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-14 18:04:24 +0000
commit654f141256ccc0e7546b213716cd2a4aaaea7af3 (patch)
treea3426a504d0ae5d7e9eaeb43e49d1d32456646b6
parentadd a flag and a setter method for busy cursor (diff)
downloadinkscape-654f141256ccc0e7546b213716cd2a4aaaea7af3.tar.gz
inkscape-654f141256ccc0e7546b213716cd2a4aaaea7af3.zip
reset waiting_cursor when setting any other
(bzr r2647)
-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;
}
/**