treeview: Don't draw background twice

This is done unconditionally for all widgets these days.
This commit is contained in:
Timm Bäder
2017-12-08 16:46:46 +01:00
parent f7f0461471
commit da0582075a

View File

@@ -5222,10 +5222,6 @@ gtk_tree_view_snapshot (GtkWidget *widget,
width = gtk_widget_get_width (widget);
height = gtk_widget_get_height (widget);
gtk_snapshot_render_background (snapshot, context,
0, 0,
width, height);
gtk_snapshot_push_clip (snapshot,
&GRAPHENE_RECT_INIT(
0, gtk_tree_view_get_effective_header_height (tree_view),