change the last changes back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
42d819d67e
commit
c39d4bcf2b
@ -435,7 +435,7 @@ void wxRadioBox::SetSize(int x, int y, int width, int height, int sizeFlags)
|
||||
|
||||
int nbHor,nbVer;
|
||||
|
||||
if (m_windowStyle & wxRA_HORIZONTAL)
|
||||
if (m_windowStyle & wxRA_VERTICAL)
|
||||
{
|
||||
nbVer = m_majorDim ;
|
||||
nbHor = (m_noItems+m_majorDim-1)/m_majorDim ;
|
||||
@ -509,7 +509,7 @@ void wxRadioBox::SetSize(int x, int y, int width, int height, int sizeFlags)
|
||||
}
|
||||
|
||||
MoveWindow((HWND) m_radioButtons[i],x_offset,y_offset,eachWidth,eachHeight,TRUE);
|
||||
if (m_windowStyle & wxRA_HORIZONTAL)
|
||||
if (m_windowStyle & wxRA_VERTICAL)
|
||||
{
|
||||
y_offset += maxHeight;
|
||||
if (m_radioWidth[0]>0)
|
||||
|
Loading…
Reference in New Issue
Block a user