forked from AuroraMiddleware/gtk
iconview: Stop drawing a background
GtkWidget is doing that automatically now.
This commit is contained in:
parent
99b00b4d9c
commit
34f6f9bfe6
@ -1731,10 +1731,6 @@ gtk_icon_view_snapshot (GtkWidget *widget,
|
||||
icon_view = GTK_ICON_VIEW (widget);
|
||||
|
||||
context = gtk_widget_get_style_context (widget);
|
||||
gtk_snapshot_render_background (snapshot, context,
|
||||
0, 0,
|
||||
gtk_widget_get_allocated_width (widget),
|
||||
gtk_widget_get_allocated_height (widget));
|
||||
|
||||
gtk_snapshot_push_clip (snapshot,
|
||||
&GRAPHENE_RECT_INIT (
|
||||
|
Loading…
Reference in New Issue
Block a user