diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-07-05 12:21:03 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-07-05 12:21:03 +0000 |
| commit | c09c9da090325f4f639843510635b1d8f6b39494 (patch) | |
| tree | 4ad48473ea2b592085fb71da6a49d669b2522ccd /src/select-context.cpp | |
| parent | Improve handle xpm loading using rotate (diff) | |
| download | inkscape-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.cpp | 2 |
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 |
