applied patch from Alexia Death that changes the steppings of the newly

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.


svn path=/trunk/; revision=28006
This commit is contained in:
Sven Neumann 2009-02-09 12:14:01 +00:00 committed by Sven Neumann
parent b7bf06029c
commit 385d0b0d6f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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.
2009-02-09 Sven Neumann <sven@gimp.org>
* app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): seems

View file

@ -313,7 +313,7 @@ tools_paint_brush_angle_cmd_callback (GtkAction *action,
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);
}
}