mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
eventbox: don't call gtk_style_context_set_background()
This commit is contained in:
parent
6786c9d724
commit
1c9468c81b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user