diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-18 04:59:08 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-18 04:59:08 +0000 |
| commit | 2f1a1ab63f9500f002a500465251799eeaa09e85 (patch) | |
| tree | d6f287127296418a5e6cbb58e09841c3336574cc /src/flood-context.cpp | |
| parent | Compile warnings (diff) | |
| download | inkscape-2f1a1ab63f9500f002a500465251799eeaa09e85.tar.gz inkscape-2f1a1ab63f9500f002a500465251799eeaa09e85.zip | |
switch to using desktop method to restore cursor
(bzr r2688)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 648d00bcb..40c6c4190 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -788,8 +788,7 @@ static gint sp_flood_context_root_handler(SPEventContext *event_context, GdkEven // restore cursor when done; note that it may already be different if e.g. user // switched to another tool during interruptible tracing or drawing, in which case do nothing - if (desktop->waiting_cursor) - sp_event_context_update_cursor(event_context); + desktop->clearWaitingCursor(); ret = TRUE; } |
