diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2009-07-16 14:55:16 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2009-07-16 14:55:16 +0000 |
| commit | 49a274f32919fa63e96bb66e76b691afafda66ff (patch) | |
| tree | 6ef36db56a95d6fc012151d3674c77fac89a0bb9 /src/select-context.cpp | |
| parent | Khmer translation updated (diff) | |
| download | inkscape-49a274f32919fa63e96bb66e76b691afafda66ff.tar.gz inkscape-49a274f32919fa63e96bb66e76b691afafda66ff.zip | |
Implement guide behaviour as discussed on the mailing list
(bzr r8293)
Diffstat (limited to 'src/select-context.cpp')
| -rw-r--r-- | src/select-context.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp index f58c034bd..aed594fee 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -952,8 +952,9 @@ sp_select_context_root_handler(SPEventContext *event_context, GdkEvent *event) } } // set cursor to default. - if (!desktop->isWaitingCursor()) + if (!desktop->isWaitingCursor()) { gdk_window_set_cursor(GTK_WIDGET(sp_desktop_canvas(desktop))->window, event_context->cursor); + } break; default: break; |
