]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_statbar.cpp
Upport scrolling changes and mouse wheel changes.
[wxWidgets.git] / src / xrc / xh_statbar.cpp
index fc701a23f7933e5d54516df636a22f4842dd2bae..c982570deddcf91f983b446124b71f18c2fa157c 100644 (file)
@@ -88,6 +88,8 @@ wxObject *wxStatusBarXmlHandler::DoCreateResource()
         delete [] style;
     }
 
+    CreateChildren(statbar);
+
     if (m_parentAsWindow)
     {
         wxFrame *parentFrame = wxDynamicCast(m_parent, wxFrame);