gimp r25621 - in branches/gimp-2-4: . app/tools



Author: martinn
Date: Sat May 10 12:50:31 2008
New Revision: 25621
URL: http://svn.gnome.org/viewvc/gimp?rev=25621&view=rev

Log:
2008-05-10  Martin Nordholts  <martinn svn gnome org>

	Merged from trunk:

	* app/tools/gimprectangleselecttool.c
	(gimp_rectangle_select_tool_cancel): Don't forget updating the
	default aspect ratio when cancelling a rectangle select.


Modified:
   branches/gimp-2-4/ChangeLog
   branches/gimp-2-4/app/tools/gimprectangleselecttool.c

Modified: branches/gimp-2-4/app/tools/gimprectangleselecttool.c
==============================================================================
--- branches/gimp-2-4/app/tools/gimprectangleselecttool.c	(original)
+++ branches/gimp-2-4/app/tools/gimprectangleselecttool.c	Sat May 10 12:50:31 2008
@@ -746,6 +746,8 @@
         }
     }
 
+  gimp_rect_select_tool_update_option_defaults (rect_select, TRUE);
+
   rect_select->undo = NULL;
   rect_select->redo = NULL;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]