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



Author: martinn
Date: Sat May 10 10:28:00 2008
New Revision: 25609
URL: http://svn.gnome.org/viewvc/gimp?rev=25609&view=rev

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

	Merged from trunk:

	* app/tools/gimprectangletool.c
	(gimp_rectangle_tool_button_release): Update the tool options
	after a release; the rectangle might change if a rubber-banding is
	cancelled.


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

Modified: branches/gimp-2-4/app/tools/gimprectangletool.c
==============================================================================
--- branches/gimp-2-4/app/tools/gimprectangletool.c	(original)
+++ branches/gimp-2-4/app/tools/gimprectangletool.c	Sat May 10 10:28:00 2008
@@ -960,6 +960,7 @@
 
   gimp_rectangle_tool_update_highlight (rectangle);
   gimp_rectangle_tool_update_handle_sizes (rectangle);
+  gimp_rectangle_tool_update_options (rectangle, display);
 
   gimp_draw_tool_resume (GIMP_DRAW_TOOL (tool));
 }



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