mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 04:23:40 +01:00
make all widgets non-floating at creation
This commit is contained in:
parent
6676e47368
commit
d36d374524
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ void jwidget_init(jwidget *w, int type, void *parent)
|
||||||
w->child_alloc = 0;
|
w->child_alloc = 0;
|
||||||
w->dirty = 1;
|
w->dirty = 1;
|
||||||
w->visible = 1;
|
w->visible = 1;
|
||||||
|
w->floating = 0;
|
||||||
|
|
||||||
w->type = type;
|
w->type = type;
|
||||||
w->geometry = NULL;
|
w->geometry = NULL;
|
||||||
|
|
Loading…
Reference in a new issue