summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-07-16 14:55:16 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-07-16 14:55:16 +0000
commit49a274f32919fa63e96bb66e76b691afafda66ff (patch)
tree6ef36db56a95d6fc012151d3674c77fac89a0bb9 /src/select-context.cpp
parentKhmer translation updated (diff)
downloadinkscape-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.cpp3
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;