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