git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@814
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int nbHor,nbVer;
- if (m_windowStyle & wxRA_VERTICAL)
+ if (m_windowStyle & wxRA_HORIZONTAL)
{
nbVer = m_majorDim ;
nbHor = (m_noItems+m_majorDim-1)/m_majorDim ;
}
MoveWindow((HWND) m_radioButtons[i],x_offset,y_offset,eachWidth,eachHeight,TRUE);
- if (m_windowStyle & wxRA_VERTICAL)
+ if (m_windowStyle & wxRA_HORIZONTAL)
{
y_offset += maxHeight;
if (m_radioWidth[0]>0)