diff --git a/ChangeLog b/ChangeLog index fb12d8d3a3..b96b248884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-09 Sven Neumann + + * 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 * app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): seems diff --git a/app/actions/tools-commands.c b/app/actions/tools-commands.c index 4f56338906..bc8fd71145 100644 --- a/app/actions/tools-commands.c +++ b/app/actions/tools-commands.c @@ -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); } }