oops
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@741 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
e3ca305245
commit
8be8c2bb39
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue