]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobut.cpp
Added GetRect to region iterator; cured window.cpp problem for BC++
[wxWidgets.git] / src / msw / radiobut.cpp
index a9957ebc0524443173928d348753f3835b5ebc55..32cf7fe87e06a12de779e0579356161ac4a58a16 100644 (file)
@@ -72,8 +72,10 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
 
   // Even with extended styles, need to combine with WS_BORDER
   // for them to look right.
+/*
   if ( want3D || wxStyleHasBorder(m_windowStyle) )
     msStyle |= WS_BORDER;
+*/
 
   m_hWnd = (WXHWND) CreateWindowEx(exStyle, RADIO_CLASS, (const char *)label,
                           msStyle,0,0,0,0,