Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...

Use current aspect when creating rectangle tool from a selection.
This commit is contained in:
Téo Mazars 2013-02-11 12:47:55 +01:00 committed by Michael Natterer
parent 4a5a6ef914
commit f6e64b9ed9
1 changed files with 2 additions and 0 deletions

View File

@ -773,6 +773,8 @@ gimp_rectangle_select_tool_execute (GimpRectangleTool *rectangle,
gimp_rectangle_tool_set_function (rectangle,
GIMP_RECTANGLE_TOOL_MOVING);
gimp_rectangle_select_tool_update_option_defaults (rect_sel_tool,
FALSE);
return FALSE;
}