wxScrolledWindow can have children, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,6 +48,7 @@ wxObject *wxScrollBarXmlHandler::DoCreateResource()
|
|||||||
GetLong( wxT("pagesize"),1));
|
GetLong( wxT("pagesize"),1));
|
||||||
|
|
||||||
SetupWindow(control);
|
SetupWindow(control);
|
||||||
|
CreateChildren(control);
|
||||||
|
|
||||||
return control;
|
return control;
|
||||||
}
|
}
|
||||||
|
@@ -48,6 +48,7 @@ wxObject *wxScrollBarXmlHandler::DoCreateResource()
|
|||||||
GetLong( wxT("pagesize"),1));
|
GetLong( wxT("pagesize"),1));
|
||||||
|
|
||||||
SetupWindow(control);
|
SetupWindow(control);
|
||||||
|
CreateChildren(control);
|
||||||
|
|
||||||
return control;
|
return control;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user