forked from AuroraMiddleware/gtk
Actually use a higher priority than resize
This commit is contained in:
parent
ce94b03def
commit
52398c8354
@ -619,7 +619,7 @@ do_theme_change (GtkIconTheme *icon_theme)
|
||||
|
||||
if (!priv->reset_styles_idle)
|
||||
priv->reset_styles_idle =
|
||||
g_idle_add_full (GTK_PRIORITY_RESIZE + 2,
|
||||
g_idle_add_full (GTK_PRIORITY_RESIZE - 2,
|
||||
reset_styles_idle, icon_theme, NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user