git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@741 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-16 08:24:10 +00:00
parent e3ca305245
commit 8be8c2bb39

View File

@@ -164,6 +164,9 @@ MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent,
MwDestroyWidget(h);
return NULL;
}
if(h->widget_class == NULL){
MwSetDefault(h);
}
h->prop_event = 1;
if(h->widget_class != NULL && h->widget_class->tick != NULL) {