mirror of https://github.com/GNOME/gimp.git
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:
parent
2c1e06c107
commit
e62825eecc
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue