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:
@ -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;
|
||||
|
Reference in New Issue
Block a user