git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45566
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
2.8.4
-----
+All:
+
+- Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
+
All (Unix):
- Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse)
-- Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
+
+All (GUI):
+
+- Allow status bar children in XRC (Edmunt Pienkowski)
wxMSW:
delete [] style;
}
+ CreateChildren(statbar);
+
if (m_parentAsWindow)
{
wxFrame *parentFrame = wxDynamicCast(m_parent, wxFrame);