X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/395367bcd303ad3b8fbf7d4f523f62d72ec7fa55..ad8d42f83cdf7a4f26969957e94ed166a1a5710e:/src/generic/editlbox.cpp?ds=inline 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)