[gimp/soc-2011-seamless-clone2] Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...
- Date: Wed, 8 May 2013 15:00:24 +0000 (UTC)
commit 5156f39b6a03fd8a88f66ab7deeca194cf34e8b8
Author: Téo Mazars <teo mazars ensimag fr>
Date: Mon Feb 11 12:47:55 2013 +0100
Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...
Use current aspect when creating rectangle tool from a selection.
app/tools/gimprectangleselecttool.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimprectangleselecttool.c b/app/tools/gimprectangleselecttool.c
index a6e784d..4d676f5 100644
--- a/app/tools/gimprectangleselecttool.c
+++ b/app/tools/gimprectangleselecttool.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]