summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2006-10-19 19:03:27 +0000
committerscislac <scislac@users.sourceforge.net>2006-10-19 19:03:27 +0000
commit9e69eef83f511df18ca726085047e7cc4c41df31 (patch)
treed092280e1ef9b3d3599a343852da0617e70faf4a /src/select-context.cpp
parentTurning on (diff)
downloadinkscape-9e69eef83f511df18ca726085047e7cc4c41df31.tar.gz
inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.zip
remove color cursors
(bzr r1811)
Diffstat (limited to 'src/select-context.cpp')
-rw-r--r--src/select-context.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp
index a2b6ae094..35b1aded5 100644
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
@@ -23,8 +23,8 @@
#include "selection.h"
#include "seltrans-handles.h"
#include "sp-cursor.h"
-//#include "pixmaps/cursor-select-m.xpm" // These aren't used
-//#include "pixmaps/cursor-select-d.xpm"
+#include "pixmaps/cursor-select-m.xpm"
+#include "pixmaps/cursor-select-d.xpm"
#include "pixmaps/handles.xpm"
#include <glibmm/i18n.h>
@@ -97,8 +97,8 @@ sp_select_context_class_init(SPSelectContextClass *klass)
event_context_class->item_handler = sp_select_context_item_handler;
// cursors in select context
-// CursorSelectMouseover = sp_cursor_new_from_xpm(cursor_select_m_xpm , 1, 1);
-// CursorSelectDragging = sp_cursor_new_from_xpm(cursor_select_d_xpm , 1, 1);
+ CursorSelectMouseover = sp_cursor_new_from_xpm(cursor_select_m_xpm , 1, 1);
+ CursorSelectDragging = sp_cursor_new_from_xpm(cursor_select_d_xpm , 1, 1);
// selection handles
handles[0] = gdk_pixbuf_new_from_xpm_data((gchar const **)handle_scale_nw_xpm);
handles[1] = gdk_pixbuf_new_from_xpm_data((gchar const **)handle_scale_ne_xpm);