gimp r25134 - in trunk: . app/display



Author: mitch
Date: Wed Mar 19 22:25:21 2008
New Revision: 25134
URL: http://svn.gnome.org/viewvc/gimp?rev=25134&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/app/display/gimpdisplayshell.c

Modified: trunk/app/display/gimpdisplayshell.c
==============================================================================
--- trunk/app/display/gimpdisplayshell.c	(original)
+++ trunk/app/display/gimpdisplayshell.c	Wed Mar 19 22:25:21 2008
@@ -1120,9 +1120,7 @@
   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));
 



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