X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/395367bcd303ad3b8fbf7d4f523f62d72ec7fa55..9cce71a0f949c227c2c2ad53d700eca16af92cbe:/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)