mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
label: Don't chain up in size_allocate
It's unnecessary now.
This commit is contained in:
parent
671c5ac434
commit
bf118eca80
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user