X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..963907fa8fbeea14a9c412d90bf938fbd59583ce:/src/xrc/xh_scrol.cpp?ds=sidebyside

diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp
index 653d8ec180..ac99ba1b40 100644
--- a/src/xrc/xh_scrol.cpp
+++ b/src/xrc/xh_scrol.cpp
@@ -49,6 +49,7 @@ wxObject *wxScrollBarXmlHandler::DoCreateResource()
                           GetLong( wxT("pagesize"),1));
 
     SetupWindow(control);
+    CreateChildren(control);
     
     return control;
 }