gimp r27993 - in trunk: . app/actions



Author: neo
Date: Fri Feb  6 14:17:21 2009
New Revision: 27993
URL: http://svn.gnome.org/viewvc/gimp?rev=27993&view=rev

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

	* app/actions/tools-commands.c
	(tools_paint_brush_angle_cmd_callback): let the brush angle 
wrap.



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	Fri Feb  6 14:17:21 2009
@@ -313,7 +313,7 @@
                               action_data_get_display (data),
                               G_OBJECT (tool_info->tool_options),
                               "brush-angle",
-                              0.01, 0.1, 1.0, FALSE);
+                              0.01, 0.1, 1.0, TRUE);
     }
 }
 



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