offscreenwindow: don't call gtk_style_context_set_background()

This commit is contained in:
Cosimo Cecchi 2015-06-03 18:21:56 -07:00
parent b7be29390f
commit aab3d4679f

View File

@ -188,9 +188,6 @@ gtk_offscreen_window_realize (GtkWidget *widget)
child = gtk_bin_get_child (bin);
if (child)
gtk_widget_set_parent_window (child, window);
gtk_style_context_set_background (gtk_widget_get_style_context (widget),
window);
}
static void