typing text in the text area begins and the
text there has no match in the list.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41981
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (!combo->m_hasVMT) return;
if (!combo->m_hasVMT) return;
+ if (combo->GetSelection() == -1)
+ return;
+
wxCommandEvent event( wxEVT_COMMAND_COMBOBOX_SELECTED, combo->GetId() );
event.SetInt( combo->GetSelection() );
event.SetString( combo->GetStringSelection() );
wxCommandEvent event( wxEVT_COMMAND_COMBOBOX_SELECTED, combo->GetId() );
event.SetInt( combo->GetSelection() );
event.SetString( combo->GetStringSelection() );