mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
We always chain to the parent size_allocate, no need to do this.
svn path=/trunk/; revision=19244
This commit is contained in:
parent
2d22a162cf
commit
a374f81b88
@ -858,7 +858,6 @@ gtk_statusbar_size_allocate (GtkWidget *widget,
|
||||
|
||||
if (statusbar->has_resize_grip)
|
||||
{
|
||||
widget->allocation = *allocation;
|
||||
get_grip_rect (statusbar, &rect);
|
||||
|
||||
extra_children = has_extra_children (statusbar);
|
||||
|
Loading…
Reference in New Issue
Block a user