X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b26b60fac70f89cf33935f78469e27536d8b614..ba87f54c0da98e069348612a9f4bef92c6798091:/src/mac/checkbox.cpp diff --git a/src/mac/checkbox.cpp b/src/mac/checkbox.cpp index cb43f117af..3df5c00d9e 100644 --- a/src/mac/checkbox.cpp +++ b/src/mac/checkbox.cpp @@ -31,6 +31,9 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label, const wxValidator& validator, const wxString& name) { + if ( !wxCheckBoxBase::Create(parent, id, pos, size, style, validator, name) ) + return false; + Rect bounds ; Str255 title ;