gimp r24773 - in trunk: . app/tools



Author: martinn
Date: Sat Feb  2 08:47:49 2008
New Revision: 24773
URL: http://svn.gnome.org/viewvc/gimp?rev=24773&view=rev

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

	* app/tools/gimppolygonselecttool.c
	(gimp_polygon_select_tool_commit): Add a call to
	gimp_image_flush() so that the undo state gets updated.


Modified:
   trunk/ChangeLog
   trunk/app/tools/gimppolygonselecttool.c

Modified: trunk/app/tools/gimppolygonselecttool.c
==============================================================================
--- trunk/app/tools/gimppolygonselecttool.c	(original)
+++ trunk/app/tools/gimppolygonselecttool.c	Sat Feb  2 08:47:49 2008
@@ -436,6 +436,8 @@
   gimp_polygon_select_tool_select (poly_sel_tool, display);
 
   gimp_polygon_select_tool_halt (poly_sel_tool);
+
+  gimp_image_flush (display->image);
 }
 
 static void



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