Close the cell editor when the editors combobox is closed
Closes #16404
This commit is contained in:
committed by
Ian McInerney
parent
099ea7176d
commit
8b7fdc5e5b
@@ -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;
|
||||
|
Reference in New Issue
Block a user