X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..eb69d46e705906142f5c814f31c892282f4b583c:/src/xrc/xh_scrol.cpp 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; }