gimp r25722 - in trunk: . app/tools



Author: martinn
Date: Tue May 20 19:09:41 2008
New Revision: 25722
URL: http://svn.gnome.org/viewvc/gimp?rev=25722&view=rev

Log:
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).


Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpfreeselecttool.c

Modified: trunk/app/tools/gimpfreeselecttool.c
==============================================================================
--- trunk/app/tools/gimpfreeselecttool.c	(original)
+++ trunk/app/tools/gimpfreeselecttool.c	Tue May 20 19:09:41 2008
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]