pop the status bar message when the tool is halted. This fixes a bug that

2007-01-20  Raphael Quinet  <raphael@gimp.org>

	* app/tools/gimppainttool.c (gimp_paint_tool_control): pop the
	status bar message when the tool is halted.  This fixes a bug that
	was leaving messages in the status bar if the mouse pointer was in
	the image and the user switched to another tool with the keyboard.

svn path=/trunk/; revision=21744
This commit is contained in:
Raphael Quinet 2007-01-20 22:16:09 +00:00 committed by Raphaël Quinet
parent a4863593ec
commit 4292db181f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2007-01-20 Raphaël Quinet <raphael@gimp.org>
* app/tools/gimppainttool.c (gimp_paint_tool_control): pop the
status bar message when the tool is halted. This fixes a bug that
was leaving messages in the status bar if the mouse pointer was in
the image and the user switched to another tool with the keyboard.
2007-01-20 Michael Natterer <mitch@gimp.org>
Close the display after "Save as" when invoked via the "Close

View File

@ -220,6 +220,7 @@ gimp_paint_tool_control (GimpTool *tool,
GIMP_PAINT_TOOL_GET_OPTIONS (tool),
GIMP_PAINT_STATE_FINISH, 0);
gimp_paint_core_cleanup (paint_tool->core);
gimp_tool_pop_status (tool, display);
break;
}