mirror of https://github.com/GNOME/gimp.git
Bug 680621 - View menu options are discarded after closing an image
Sync GimpDisplayShell's properties with the default values when it's emptied and turns into the empty display, so the default values used when filling it with an image are displayed while it's empty.
This commit is contained in:
parent
018fc32727
commit
54cf6c6e9f
|
@ -1318,6 +1318,8 @@ gimp_display_shell_empty (GimpDisplayShell *shell)
|
|||
|
||||
gimp_display_shell_unset_cursor (shell);
|
||||
|
||||
gimp_display_shell_sync_config (shell, shell->display->config);
|
||||
|
||||
gimp_display_shell_appearance_update (shell);
|
||||
#if 0
|
||||
gimp_help_set_help_data (shell->canvas,
|
||||
|
|
Loading…
Reference in New Issue