style[i] = wxSB_FLAT;
else if (first == wxT("wxSB_RAISED"))
style[i] = wxSB_RAISED;
-
- if (!first.empty())
+ else if (!first.empty())
wxLogError(wxT("Error in resource, unknown statusbar field style: ") + first);
+
if(styles.Find(wxT(',')))
styles.Remove(0, styles.Find(wxT(',')) + 1);
}
delete [] style;
}
+ CreateChildren(statbar);
+
if (m_parentAsWindow)
{
wxFrame *parentFrame = wxDynamicCast(m_parent, wxFrame);