GNOME Bugzilla – Bug 563029
Closing maximized image doesn't restore document window size
Last modified: 2009-06-17 19:32:32 UTC
1. Start GIMP 2. Resize empty document window to be very small 3. Load an image 4. Let the window manager maximize the image window 5. Close the image Expected behavior: Empty document window becomes small again. Current behavior: Empty document window remains maximized.
Easily fixable by setting the window state accordingly.
Fixed in master and gimp-2-6: commit d93941df7c7035da0ded7fe7f30e261d12076401 Author: Michael Natterer <mitch@gimp.org> Date: Wed Jun 17 21:29:08 2009 +0200 Bug 563029 - Closing maximized image doesn't restore document window size (gimp_display_shell_empty): Call gtk_window_unmaximize() before setting the empty display's size. app/display/gimpdisplayshell.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)