eventbox: don't call gtk_style_context_set_background()

This commit is contained in:
Cosimo Cecchi 2015-06-03 18:03:35 -07:00
parent 6786c9d724
commit 1c9468c81b

View File

@ -447,9 +447,6 @@ gtk_event_box_realize (GtkWidget *widget)
&attributes, attributes_mask);
gtk_widget_register_window (widget, priv->event_window);
}
if (visible_window)
gtk_style_context_set_background (gtk_widget_get_style_context (widget), window);
}
static void