radiobox default dimension changed from 0 to 1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2000-07-27 18:53:23 +00:00
parent 11b6e0c533
commit a6a997a68d

View File

@ -59,7 +59,7 @@ wxObject *wxRadioBoxXmlHandler::DoCreateResource()
GetPosition(), GetSize(),
strList.GetCount(),
strings,
GetLong( _T("dimension"), 0 ),
GetLong( _T("dimension"), 1 ),
GetStyle(),
wxDefaultValidator,
GetName()