use the desktop default cursor for the empty display.

2008-03-19  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.c (gimp_display_shell_empty): use
	the desktop default cursor for the empty display.


svn path=/trunk/; revision=25134
This commit is contained in:
Michael Natterer 2008-03-19 22:25:21 +00:00 committed by Michael Natterer
parent ca99b0724c
commit 993f0be3ab
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-03-19 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_empty): use
the desktop default cursor for the empty display.
2008-03-19 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_empty): the

View file

@ -1120,9 +1120,7 @@ gimp_display_shell_empty (GimpDisplayShell *shell)
gimp_display_shell_scale_setup (shell);
gimp_display_shell_scaled (shell);
gimp_display_shell_set_cursor (shell, GIMP_CURSOR_MOUSE,
GIMP_TOOL_CURSOR_NONE,
GIMP_CURSOR_MODIFIER_NONE);
gdk_window_set_cursor (shell->canvas->window, NULL);
gimp_statusbar_empty (GIMP_STATUSBAR (shell->statusbar));