gimp r28006 - in trunk: . app/actions



Author: neo
Date: Mon Feb  9 12:14:01 2009
New Revision: 28006
URL: http://svn.gnome.org/viewvc/gimp?rev=28006&view=rev

Log:
2009-02-09  Sven Neumann  <sven gimp org>

	* app/actions/tools-commands.c 
(tools_paint_brush_angle_cmd_callback):
	applied patch from Alexia Death that changes the steppings of 
the
	newly introduced brush rotation actions as suggested in bug 
#520078.



Modified:
   trunk/ChangeLog
   trunk/app/actions/tools-commands.c

Modified: trunk/app/actions/tools-commands.c
==============================================================================
--- trunk/app/actions/tools-commands.c	(original)
+++ trunk/app/actions/tools-commands.c	Mon Feb  9 12:14:01 2009
@@ -313,7 +313,7 @@
                               action_data_get_display (data),
                               G_OBJECT (tool_info->tool_options),
                               "brush-angle",
-                              0.01, 0.1, 1.0, TRUE);
+                              0.1, 1.0, 15.0, TRUE);
     }
 }
 



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