summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-07-05 12:21:03 +0000
committerMartin Owens <doctormo@gmail.com>2013-07-05 12:21:03 +0000
commitc09c9da090325f4f639843510635b1d8f6b39494 (patch)
tree4ad48473ea2b592085fb71da6a49d669b2522ccd /src/select-context.cpp
parentImprove handle xpm loading using rotate (diff)
downloadinkscape-c09c9da090325f4f639843510635b1d8f6b39494.tar.gz
inkscape-c09c9da090325f4f639843510635b1d8f6b39494.zip
Adjust sizes of lists
(bzr r12401.1.2)
Diffstat (limited to 'src/select-context.cpp')
-rw-r--r--src/select-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp
index 6c130ec96..27667d639 100644
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
@@ -62,7 +62,7 @@ static void sp_select_context_reset_opacities(SPEventContext *event_context);
static GdkCursor *CursorSelectMouseover = NULL;
static GdkCursor *CursorSelectDragging = NULL;
-GdkPixbuf *handles[18];
+GdkPixbuf *handles[13];
static gint rb_escaped = 0; // if non-zero, rubberband was canceled by esc, so the next button release should not deselect
static gint drag_escaped = 0; // if non-zero, drag was canceled by esc