This commit is contained in:
parent
775488f7d2
commit
b4df1ab241
1 changed files with 1 additions and 2 deletions
|
|
@ -301,8 +301,7 @@ MwWidget MwVaCreateWidget(MwClass widget_class, const char* name, MwWidget paren
|
||||||
MwWidget MwVaListCreateWidget(MwClass widget_class, const char* name, MwWidget parent, int x, int y, unsigned int width, unsigned int height, va_list va) {
|
MwWidget MwVaListCreateWidget(MwClass widget_class, const char* name, MwWidget parent, int x, int y, unsigned int width, unsigned int height, va_list va) {
|
||||||
MwWidget h;
|
MwWidget h;
|
||||||
|
|
||||||
h = MwCreateWidget(widget_class, name, parent, x, y, width, height);
|
h = MwCreateWidget_Internal(widget_class, name, parent, x, y, width, height, 1, va);
|
||||||
MwVaListApply(h, va);
|
|
||||||
|
|
||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue