mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-10 03:13:28 +00:00
famous gears demo
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@157 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -96,7 +96,7 @@ MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent,
|
||||
shdefault(h->handler, NULL);
|
||||
shdefault(h->data, NULL);
|
||||
|
||||
if(MwDispatch2(h, create)) {
|
||||
if(MwDispatch2(h, create) != 0) {
|
||||
h->widget_class = NULL;
|
||||
MwDestroyWidget(h);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user