]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checkbox.cpp
fixed the vsprintf() problem once and for all
[wxWidgets.git] / src / msw / checkbox.cpp
index fb0b511b6d691eeb84f2bae38249a9affae21222..7cc14b9f10e2e0ea1f8ffdb34f21cc51e6eee462 100644 (file)
@@ -83,8 +83,10 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
 
   // 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, "BUTTON", Label,
                                   msStyle,