Ensure that wxListCtrl::HitTest finds correct index under qt

This commit is contained in:
Matthew Griffin
2019-06-12 12:45:08 +01:00
parent 1bb4404527
commit f3ccc74a56
3 changed files with 12 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ public:
virtual bool IsItemChecked(long item) const wxOVERRIDE;
private:
void ShowContextMenu(const wxPoint& pos);
void ShowContextMenu(const wxPoint& pos, long item);
wxLog *m_logOld;
void SetColumnImage(int col, int image);