Perform Default Item Click on macOS for combobox

even when wxTE_PROCESS_ENTER has ben applied if we don’t have a non-skipping handler, see #18273
This commit is contained in:
Stefan Csomor
2019-07-13 18:22:35 +02:00
parent 158288cb35
commit 8a69ec7c4e

View File

@@ -260,7 +260,7 @@ void wxComboBox::OnChar(wxKeyEvent& event)
if (HandleWindowEvent(event))
return;
}
else
{
wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
if (tlw && tlw->GetDefaultItem())