From d079dadb95f785260389bf4c1b585378d2a4f3d4 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Sun, 1 May 2016 17:36:24 +0200
Subject: [PATCH] changing the growable attribute of a child requires a repack,
 not just "dirty"

---
 common/utils/T/tracer/gui/container.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/T/tracer/gui/container.c b/common/utils/T/tracer/gui/container.c
index 2e979e785..c2913db2d 100644
--- a/common/utils/T/tracer/gui/container.c
+++ b/common/utils/T/tracer/gui/container.c
@@ -313,7 +313,7 @@ void container_set_child_growable(gui *_gui, widget *_this,
 
   this->growable[i] = growable;
 
-  send_event(g, DIRTY, this->common.id);
+  send_event(g, REPACK, this->common.id);
 
   gunlock(g);
 }
-- 
GitLab