what did i even change?
This commit is contained in:
parent
e2aecbf9d4
commit
85df90ceaf
3 changed files with 5 additions and 1 deletions
|
|
@ -121,6 +121,7 @@ MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent,
|
|||
|
||||
h->parent = parent;
|
||||
h->children = NULL;
|
||||
|
||||
if(widget_class != NULL) {
|
||||
if((h->lowlevel = MwLLCreate(parent == NULL ? NULL : parent->lowlevel, x, y, width, height)) == NULL) {
|
||||
free(h->name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue