mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
gtkwindow: properly set the window icon list (#631331)
This was probably a rendering-cleanup regression.
This commit is contained in:
parent
d1829ecd74
commit
f437507d4d
@ -3413,6 +3413,8 @@ gtk_window_realize_icon (GtkWindow *window)
|
||||
|
||||
info->realized = TRUE;
|
||||
|
||||
gdk_window_set_icon_list (gtk_widget_get_window (widget), icon_list);
|
||||
|
||||
if (info->using_themed_icon)
|
||||
{
|
||||
GtkIconTheme *icon_theme;
|
||||
|
Loading…
Reference in New Issue
Block a user