Skip to content

Commit

Permalink
Merge pull request uzbl#247 from mathstuf/size-allocate-warning
Browse files Browse the repository at this point in the history
status-bar: call the parent class' size_allocate
  • Loading branch information
mathstuf committed Apr 5, 2016
2 parents 22c4099 + 73a4972 commit fcbe5b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/status-bar.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ allocate (GtkWidget *widget, GtkAllocation *allocation)

int left_natural_width;

GTK_WIDGET_CLASS (uzbl_status_bar_parent_class)->size_allocate (widget, allocation);

#if GTK_CHECK_VERSION (3, 0, 0)
GtkRequisition left_requisition_nat;

Expand Down

0 comments on commit fcbe5b7

Please sign in to comment.