label: Don't chain up in size_allocate

It's unnecessary now.
This commit is contained in:
Timm Bäder 2017-05-05 12:45:54 +02:00 committed by Matthias Clasen
parent 671c5ac434
commit bf118eca80

View File

@ -3732,8 +3732,6 @@ gtk_label_size_allocate (GtkWidget *widget,
GtkLabelPrivate *priv = label->priv;
GdkRectangle clip_rect;
GTK_WIDGET_CLASS (gtk_label_parent_class)->size_allocate (widget, allocation);
if (priv->layout)
gtk_label_update_layout_width (label);