X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..16c587ca765d00a17eb4fe83f6d94901a08801a4:/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; }