diff --git a/src/mac/carbon/combobox.cpp b/src/mac/carbon/combobox.cpp index 7e83e671aa..535a468371 100644 --- a/src/mac/carbon/combobox.cpp +++ b/src/mac/carbon/combobox.cpp @@ -359,7 +359,8 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id, } SetBestSize(size); // Needed because it is a wxControlWithItems - + SetStringSelection(value); + return true; }