X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..3d9bff2f13c7fe6a61b99de92c8283dcbb59b147:/src/univ/checkbox.cpp diff --git a/src/univ/checkbox.cpp b/src/univ/checkbox.cpp index b1f443903f..d92d93808e 100644 --- a/src/univ/checkbox.cpp +++ b/src/univ/checkbox.cpp @@ -80,6 +80,7 @@ bool wxCheckBox::Create(wxWindow *parent, const wxValidator& validator, const wxString &name) { + WXValidateStyle( &style ); if ( !wxControl::Create(parent, id, pos, size, style, validator, name) ) return false;