Commit d079dadb authored by Cedric Roux's avatar Cedric Roux

changing the growable attribute of a child requires a repack, not

just "dirty"
parent 68106e4a
...@@ -313,7 +313,7 @@ void container_set_child_growable(gui *_gui, widget *_this, ...@@ -313,7 +313,7 @@ void container_set_child_growable(gui *_gui, widget *_this,
this->growable[i] = growable; this->growable[i] = growable;
send_event(g, DIRTY, this->common.id); send_event(g, REPACK, this->common.id);
gunlock(g); gunlock(g);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment