diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-14 18:04:24 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-14 18:04:24 +0000 |
| commit | 654f141256ccc0e7546b213716cd2a4aaaea7af3 (patch) | |
| tree | a3426a504d0ae5d7e9eaeb43e49d1d32456646b6 /src/event-context.cpp | |
| parent | add a flag and a setter method for busy cursor (diff) | |
| download | inkscape-654f141256ccc0e7546b213716cd2a4aaaea7af3.tar.gz inkscape-654f141256ccc0e7546b213716cd2a4aaaea7af3.zip | |
reset waiting_cursor when setting any other
(bzr r2647)
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 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; } /** |
