X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..04b11eb3fb65462b5654cbb732aaf4898a93dd6c:/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;