[gimp] Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...
- Date: Tue, 12 Feb 2013 23:38:42 +0000 (UTC)
commit f6e64b9ed90d22204d5c2d6fc253da976015d08a
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]