mirror of https://github.com/GNOME/gimp.git
gtk_window_present() the image window to make sure that images aren't
2008-03-21 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_fill_idle): gtk_window_present() the image window to make sure that images aren't opened into a minimized image window. svn path=/trunk/; revision=25161
This commit is contained in:
parent
34111ef02f
commit
81521fde6c
|
@ -1,3 +1,9 @@
|
|||
2008-03-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell.c (gimp_display_shell_fill_idle):
|
||||
gtk_window_present() the image window to make sure that images
|
||||
aren't opened into a minimized image window.
|
||||
|
||||
2008-03-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: revert new glib dependency.
|
||||
|
|
|
@ -1177,6 +1177,8 @@ gimp_display_shell_fill_idle (GimpDisplayShell *shell)
|
|||
|
||||
gimp_display_shell_scale_shrink_wrap (shell);
|
||||
|
||||
gtk_window_present (GTK_WINDOW (shell));
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue