return value from wxEditableListBox::Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b11af9ed9d
commit
ff0846a09f
@ -293,6 +293,8 @@ bool wxEditableListBox::Create(wxWindow *parent, wxWindowID id,
|
||||
|
||||
SetSizer(sizer);
|
||||
Layout();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void wxEditableListBox::SetStrings(const wxArrayString& strings)
|
||||
|
Loading…
Reference in New Issue
Block a user