remove unnecessary event propagation from gtk_window_expose
This commit is contained in:
committed by
Cody Russell
parent
ac23bb2577
commit
00a9aaa68c
@@ -6982,13 +6982,6 @@ gtk_window_expose (GtkWidget *widget,
|
||||
if (!gtk_widget_get_app_paintable (widget))
|
||||
gtk_window_paint (widget, &event->area);
|
||||
|
||||
if (priv->title_label && priv->client_side_decorated)
|
||||
{
|
||||
gtk_container_propagate_expose (GTK_CONTAINER (widget),
|
||||
priv->title_label,
|
||||
event);
|
||||
}
|
||||
|
||||
if (GTK_WIDGET_CLASS (gtk_window_parent_class)->expose_event)
|
||||
return GTK_WIDGET_CLASS (gtk_window_parent_class)->expose_event (widget, event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user