Update src/core.c

This commit is contained in:
Nishi 2026-04-19 19:25:20 -05:00
commit 98a6559215

View file

@ -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;
}