summaryrefslogtreecommitdiff
path: root/container_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'container_unix.c')
-rw-r--r--container_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/container_unix.c b/container_unix.c
index 8de3cb5..963984b 100644
--- a/container_unix.c
+++ b/container_unix.c
@@ -59,6 +59,7 @@ static void goContainer_remove(GtkContainer *container, GtkWidget *widget)
static void goContainer_size_allocate(GtkWidget *widget, GtkAllocation *allocation)
{
gtk_widget_set_allocation(widget, allocation);
+ containerResize(GOCONTAINER(widget)->gocontainer, allocation);
}
struct forall {