Skip to content

Commit

Permalink
status-bar: call the parent class' size_allocate
Browse files Browse the repository at this point in the history
It does CSS magic for GTK.

Fixes uzbl#246.
  • Loading branch information
mathstuf committed Apr 4, 2016
1 parent 8e98dee commit 73a4972
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 73a4972

Please sign in to comment.