]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/checkbox_osx.cpp
bracketing msw enhanced metafile usage
[wxWidgets.git] / src / osx / checkbox_osx.cpp
index f248aff651193072420831c28b1dfee617f02049..93cbf2c7bb658c2205200e4a97863ac4309660f8 100644 (file)
@@ -36,6 +36,7 @@ bool wxCheckBox::Create(wxWindow *parent,
 
     m_labelOrig = m_label = label ;
 
+    WXValidateStyle( &style );
     m_peer = wxWidgetImpl::CreateCheckBox( this, parent, id, label, pos, size, style, GetExtraStyle() ) ;
 
     MacPostControlCreate(pos, size) ;