Merge branch 'master' of gitea.larke.org:kevin/libcw

This commit is contained in:
kevin 2024-02-24 13:57:59 -05:00
commit 4954e2dabb

View File

@ -1372,7 +1372,10 @@ cw::rc_t cw::ui::create(
cwLogWarning("The UI resource does not have a 'main' element.");
else
if((rc = _createFromObj( p, main_obj, kInvalidId, kRootUuId, kInvalidId )) != kOkRC )
{
rc = cwLogError(rc,"Create from UI resource failed.");
goto errLabel;
}
}