forked from pyrite-dev/milsko
Update src/core.c
This commit is contained in:
parent
b4df1ab241
commit
98a6559215
1 changed files with 2 additions and 1 deletions
|
|
@ -302,7 +302,8 @@ MwWidget MwVaListCreateWidget(MwClass widget_class, const char* name, MwWidget p
|
|||
MwWidget h;
|
||||
|
||||
h = MwCreateWidget_Internal(widget_class, name, parent, x, y, width, height, 1, va);
|
||||
|
||||
MwVaListApply(h, va);
|
||||
|
||||
return h;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue