[gimp/gimp-2-8] Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when...



commit de883b25a62ae4e9d19852fa69af4a02623a8f14
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.
    (cherry picked from commit f6e64b9ed90d22204d5c2d6fc253da976015d08a)

 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 3dcd2d3..5596b33 100644
--- a/app/tools/gimprectangleselecttool.c
+++ b/app/tools/gimprectangleselecttool.c
@@ -776,6 +776,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]