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:
parent
11b6e0c533
commit
a6a997a68d
@ -59,7 +59,7 @@ wxObject *wxRadioBoxXmlHandler::DoCreateResource()
|
||||
GetPosition(), GetSize(),
|
||||
strList.GetCount(),
|
||||
strings,
|
||||
GetLong( _T("dimension"), 0 ),
|
||||
GetLong( _T("dimension"), 1 ),
|
||||
GetStyle(),
|
||||
wxDefaultValidator,
|
||||
GetName()
|
||||
|
Loading…
Reference in New Issue
Block a user