Increase handle size to 12 pixels (the same size as for the Paths Tool).

2008-05-20  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimpfreeselecttool.c: Increase handle size to 12
	pixels (the same size as for the Paths Tool).

svn path=/trunk/; revision=25722
This commit is contained in:
Martin Nordholts 2008-05-20 19:09:41 +00:00 committed by Martin Nordholts
parent 59e3ee1317
commit 889cc7155a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-05-20 Martin Nordholts <martinn@svn.gnome.org>
* app/tools/gimpfreeselecttool.c: Increase handle size to 12
pixels (the same size as for the Paths Tool).
2008-05-20 Martin Nordholts <martinn@svn.gnome.org>
Added statusbar help-messages for the Free Select Tool.

View File

@ -47,7 +47,7 @@
#include "gimp-intl.h"
#define HANDLE_SIZE 10
#define HANDLE_SIZE 12
#define POINT_GRAB_THRESHOLD_SQ SQR(HANDLE_SIZE / 2)
#define N_ITEMS_PER_ALLOC 1024
#define INVALID_INDEX (-1)