X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17a6a662f7d7932983fc29892854fad56a82057b..1fa29bdc254c03dd5026a4b72aa8312667178121:/src/mac/carbon/choice.cpp diff --git a/src/mac/carbon/choice.cpp b/src/mac/carbon/choice.cpp index c187d9ecc7..2275ce10c0 100644 --- a/src/mac/carbon/choice.cpp +++ b/src/mac/carbon/choice.cpp @@ -46,6 +46,9 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id, const wxValidator& validator, const wxString& name) { + if ( !wxChoiceBase::Create(parent, id, pos, size, style, validator, name) ) + return false; + Rect bounds ; Str255 title ;