wxScrolledWindow can have children, too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-12-12 20:41:58 +00:00
parent a449f8407b
commit 6cc78259af
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ wxObject *wxScrollBarXmlHandler::DoCreateResource()
GetLong( wxT("pagesize"),1)); GetLong( wxT("pagesize"),1));
SetupWindow(control); SetupWindow(control);
CreateChildren(control);
return control; return control;
} }

View File

@@ -49,6 +49,7 @@ wxObject *wxScrollBarXmlHandler::DoCreateResource()
GetLong( wxT("pagesize"),1)); GetLong( wxT("pagesize"),1));
SetupWindow(control); SetupWindow(control);
CreateChildren(control);
return control; return control;
} }