[ 1560860 ] wxComboCtrl EVT_TEXT filtering.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -210,7 +210,7 @@ void wxVListBoxComboPopup::DismissWithEvent()
|
||||
m_value = selection;
|
||||
|
||||
if ( valStr != m_combo->GetValue() )
|
||||
m_combo->SetValue(valStr);
|
||||
m_combo->SetValueWithEvent(valStr);
|
||||
|
||||
SendComboBoxEvent(selection);
|
||||
}
|
||||
|
Reference in New Issue
Block a user