Skip to content
Snippets Groups Projects
Commit d079dadb authored by Cédric Roux's avatar Cédric Roux
Browse files

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

just "dirty"
parent 68106e4a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment