We always chain to the parent size_allocate, no need to do this.
svn path=/trunk/; revision=19244
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user