gtk: Remove all gtk_widget_set_redraw_on_allocate() calls

They're either wrong (when using FALSE because the widgets don't account
for changes to the CSS) or unnecessary (when using TRUE because it's the
default).

Fixes !1777
This commit is contained in:
Benjamin Otte
2019-03-27 00:01:08 +01:00
parent f35ce26336
commit bbb70857be
17 changed files with 0 additions and 28 deletions

View File

@ -402,8 +402,6 @@ gtk_tool_item_group_init (GtkToolItemGroup *group)
GtkToolItemGroupPrivate* priv;
GtkCssNode *widget_node;
gtk_widget_set_redraw_on_allocate (GTK_WIDGET (group), FALSE);
group->priv = priv = gtk_tool_item_group_get_instance_private (group);
priv->children = NULL;