forked from AuroraMiddleware/gtk
GtkWindow: remove deprecated call.
gtk_style_context_reset_widgets() can be used now to reset all widgets in a screen.
This commit is contained in:
parent
b45e5fa51e
commit
bbc637f7fd
@ -6024,7 +6024,7 @@ gtk_window_client_event (GtkWidget *widget,
|
||||
if (event->message_type == atom_rcfiles)
|
||||
{
|
||||
send_client_message_to_embedded_windows (widget, atom_rcfiles);
|
||||
gtk_rc_reparse_all_for_settings (gtk_widget_get_settings (widget), FALSE);
|
||||
gtk_style_context_reset_widgets (gtk_widget_get_screen (widget));
|
||||
}
|
||||
|
||||
if (event->message_type == atom_iconthemes)
|
||||
|
Loading…
Reference in New Issue
Block a user