X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/395367bcd303ad3b8fbf7d4f523f62d72ec7fa55..3c47c04740b7c456823e0fd31edbdf1e6bfff43b:/src/generic/editlbox.cpp diff --git a/src/generic/editlbox.cpp b/src/generic/editlbox.cpp index 7817992687..6e0dea8563 100644 --- a/src/generic/editlbox.cpp +++ b/src/generic/editlbox.cpp @@ -293,6 +293,8 @@ bool wxEditableListBox::Create(wxWindow *parent, wxWindowID id, SetSizer(sizer); Layout(); + + return true; } void wxEditableListBox::SetStrings(const wxArrayString& strings)