forked from AuroraMiddleware/gtk
iconview: No need to set background
This commit is contained in:
parent
84c77c0be3
commit
20d1030823
@ -1352,7 +1352,6 @@ gtk_icon_view_realize (GtkWidget *widget)
|
||||
window = gdk_window_new (gtk_widget_get_parent_window (widget),
|
||||
&attributes, attributes_mask);
|
||||
gtk_widget_set_window (widget, window);
|
||||
gdk_window_set_back_pixmap (window, NULL, FALSE);
|
||||
gdk_window_set_user_data (window, widget);
|
||||
|
||||
gtk_widget_get_allocation (widget, &allocation);
|
||||
|
Loading…
Reference in New Issue
Block a user