mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
notebook: Remove useless call to gtk_widget_reset_style
This commit is contained in:
parent
8709deee71
commit
2603fa0cc3
@ -6208,7 +6208,6 @@ gtk_notebook_set_show_tabs (GtkNotebook *notebook,
|
|||||||
}
|
}
|
||||||
|
|
||||||
gtk_notebook_update_tab_pos (notebook);
|
gtk_notebook_update_tab_pos (notebook);
|
||||||
gtk_widget_reset_style (GTK_WIDGET (notebook));
|
|
||||||
gtk_widget_queue_resize (GTK_WIDGET (notebook));
|
gtk_widget_queue_resize (GTK_WIDGET (notebook));
|
||||||
|
|
||||||
g_object_notify_by_pspec (G_OBJECT (notebook), properties[PROP_SHOW_TABS]);
|
g_object_notify_by_pspec (G_OBJECT (notebook), properties[PROP_SHOW_TABS]);
|
||||||
|
Loading…
Reference in New Issue
Block a user