mirror of https://github.com/GNOME/gimp.git
don't set an initial cursor so we get the desktop default cursor after
2008-03-26 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_canvas_realize): don't set an initial cursor so we get the desktop default cursor after starting GIMP. svn path=/trunk/; revision=25240
This commit is contained in:
parent
64fbec84ce
commit
7b8890fa66
|
@ -1,3 +1,9 @@
|
|||
2008-03-26 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-callbacks.c
|
||||
(gimp_display_shell_canvas_realize): don't set an initial cursor
|
||||
so we get the desktop default cursor after starting GIMP.
|
||||
|
||||
2008-03-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/gif-save.c
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
#include "widgets/gimpcontrollers.h"
|
||||
#include "widgets/gimpcontrollerkeyboard.h"
|
||||
#include "widgets/gimpcontrollerwheel.h"
|
||||
#include "widgets/gimpcursor.h"
|
||||
#include "widgets/gimpdevices.h"
|
||||
#include "widgets/gimpdialogfactory.h"
|
||||
#include "widgets/gimpuimanager.h"
|
||||
|
@ -247,12 +246,6 @@ gimp_display_shell_canvas_realize (GtkWidget *canvas,
|
|||
G_CALLBACK (gimp_display_shell_vscrollbar_update),
|
||||
shell);
|
||||
|
||||
/* set the initial cursor */
|
||||
gimp_display_shell_set_cursor (shell,
|
||||
GDK_TOP_LEFT_ARROW,
|
||||
GIMP_TOOL_CURSOR_NONE,
|
||||
GIMP_CURSOR_MODIFIER_NONE);
|
||||
|
||||
/* allow shrinking */
|
||||
gtk_widget_set_size_request (GTK_WIDGET (shell), 0, 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue