added missing call to gimp_rectangle_tool_update_options (). Fixes bug

2007-03-09  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangletool.c (gimp_rectangle_tool_key_press):
	added missing call to gimp_rectangle_tool_update_options (). 
Fixes
	bug #416268.


svn path=/trunk/; revision=22079
This commit is contained in:
Sven Neumann 2007-03-09 07:16:18 +00:00 committed by Sven Neumann
parent 2c1e06c107
commit e62825eecc
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-03-09 Sven Neumann <sven@gimp.org>
* app/tools/gimprectangletool.c (gimp_rectangle_tool_key_press):
added missing call to gimp_rectangle_tool_update_options (). Fixes
bug #416268.
2007-03-09 Raphaël Quinet <raphael@gimp.org>
* app/tools/gimpblendtool.c (gimp_blend_tool_push_status): make

View File

@ -1316,6 +1316,8 @@ gimp_rectangle_tool_key_press (GimpTool *tool,
gimp_rectangle_tool_configure (rectangle);
gimp_rectangle_tool_update_options (rectangle, display);
gimp_draw_tool_resume (GIMP_DRAW_TOOL (tool));
gimp_rectangle_tool_rectangle_changed (rectangle);