mirror of https://github.com/GNOME/gimp.git
Update the shell's appearance when it is set active in the image window
This commit is contained in:
parent
16038023a5
commit
1273a63eab
|
@ -548,6 +548,8 @@ gimp_image_window_set_active_display (GimpImageWindow *window,
|
|||
G_CALLBACK (gimp_image_window_shell_icon_notify),
|
||||
window);
|
||||
|
||||
gimp_display_shell_appearance_update (active_shell);
|
||||
|
||||
if (! display->image)
|
||||
{
|
||||
gimp_statusbar_empty (GIMP_STATUSBAR (window->statusbar));
|
||||
|
|
Loading…
Reference in New Issue