summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
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/ui/widget
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/ui/widget')
-rw-r--r--src/ui/widget/selected-style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index 9a5364874..e7b0188d8 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -1252,6 +1252,7 @@ RotateableSwatch::do_motion(double by, guint modifier) {
g_object_unref (bitmap);
g_object_unref (mask);
gdk_window_set_cursor(w->window, cr);
+ gdk_cursor_unref(cr);
cr_set = true;
}
}