This commit is contained in:
parent
95e7db9607
commit
262019b1d4
4 changed files with 24 additions and 5 deletions
|
|
@ -170,11 +170,11 @@ static void resize(MwWidget handle) {
|
|||
MwForceRender(handle);
|
||||
}
|
||||
|
||||
static void children_update(MwWidget handle, MwWidget child, int new) {
|
||||
static void children_update(MwWidget handle, MwWidget child, int new_child) {
|
||||
MwTable t = handle->internal;
|
||||
t->layout = 1;
|
||||
|
||||
if(new) {
|
||||
if(new_child) {
|
||||
arrput(t->widgets, child);
|
||||
} else {
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue