Close the cell editor when the editors combobox is closed

Closes #16404
This commit is contained in:
Ian McInerney
2020-07-09 17:56:43 +01:00
committed by Ian McInerney
parent 099ea7176d
commit 8b7fdc5e5b
2 changed files with 37 additions and 0 deletions

View File

@@ -335,6 +335,9 @@ public:
protected:
wxComboBox *Combo() const { return (wxComboBox *)m_control; }
void onComboCloseUp(wxCommandEvent& evt);
void onComboDropDown(wxCommandEvent& evt);
wxString m_value;
wxArrayString m_choices;
bool m_allowOthers;