]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_unkwn.cpp
Move wxMBConv_cf out of strconv.cpp and into strconv_cf.(cpp|h) by forking the files...
[wxWidgets.git] / src / xrc / xh_unkwn.cpp
index 953aa35f12003a06e72be7dcb54df5bcd139f460..a5e869fb6a8f24bb3ab63ad2f3085431109cc182 100644 (file)
     #include "wx/log.h"
     #include "wx/window.h"
     #include "wx/panel.h"
+    #include "wx/sizer.h"
 #endif
 
-#include "wx/sizer.h"
-
 
 class wxUnknownControlContainer : public wxPanel
 {
@@ -69,8 +68,7 @@ void wxUnknownControlContainer::AddChild(wxWindowBase *child)
 
     wxSizer *sizer = new wxBoxSizer(wxHORIZONTAL);
     sizer->Add((wxWindow*)child, 1, wxEXPAND);
-    SetSizer(sizer);
-    Layout();
+    SetSizerAndFit(sizer);
 }
 
 void wxUnknownControlContainer::RemoveChild(wxWindowBase *child)