mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
assistant: remove an useless gtk_widget_reset_style() call
It's not needed to call _reset_style() here, as we did not add the widget to the parent container yet. https://bugzilla.gnome.org/show_bug.cgi?id=650530
This commit is contained in:
parent
3ecb308e56
commit
6bbb9d6f15
@ -1574,7 +1574,6 @@ gtk_assistant_insert_page (GtkAssistant *assistant,
|
||||
|
||||
context = gtk_widget_get_style_context (page_info->current_title);
|
||||
gtk_style_context_add_class (context, GTK_STYLE_CLASS_HIGHLIGHT);
|
||||
gtk_widget_reset_style (page_info->current_title);
|
||||
|
||||
gtk_size_group_add_widget (priv->title_size_group, page_info->regular_title);
|
||||
gtk_size_group_add_widget (priv->title_size_group, page_info->current_title);
|
||||
|
Loading…
Reference in New Issue
Block a user