forked from AuroraMiddleware/gtk
GtkSettings: Ensure the theme CSS is loaded on startup.
This commit is contained in:
parent
8243c3c025
commit
611cb007b4
@ -1379,6 +1379,8 @@ settings_init_style (GtkSettings *settings)
|
||||
gtk_style_context_add_provider_for_screen (settings->screen,
|
||||
GTK_STYLE_PROVIDER (settings),
|
||||
GTK_STYLE_PROVIDER_PRIORITY_SETTINGS);
|
||||
|
||||
settings_update_theme (settings);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user