Fix erroneous header click event after double click

See #18490
This commit is contained in:
Paul Cornett
2019-09-04 11:41:28 -07:00
parent 2c27f9851b
commit 92cbb02e9f
2 changed files with 7 additions and 1 deletions

View File

@@ -176,6 +176,7 @@ private:
// (its size is always m_numColumns)
wxArrayInt m_colIndices;
bool m_wasSeparatorDClick;
wxDECLARE_EVENT_TABLE();
wxDECLARE_NO_COPY_CLASS(wxHeaderCtrl);