Always chain up in ::style-updated

This was not handled consistently, but the default handler
does useful things, so we should always chain up.
This commit is contained in:
Matthias Clasen
2011-02-07 07:30:37 -05:00
parent 14eb34874a
commit beb8c290d1
20 changed files with 40 additions and 10 deletions

View File

@ -8489,6 +8489,8 @@ gtk_tree_view_style_updated (GtkWidget *widget)
GList *list;
GtkTreeViewColumn *column;
GTK_WIDGET_CLASS (gtk_tree_view_parent_class)->style_updated (widget);
if (gtk_widget_get_realized (widget))
{
GtkStyleContext *context;