Fix generation of mouse events for wxDataViewCtrl with GTK

See #12650
This commit is contained in:
Paul Cornett
2019-07-12 23:17:20 -07:00
parent 82f88906cf
commit 41a2f790e6
2 changed files with 6 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ protected:
virtual void DoExpand(const wxDataViewItem& item) wxOVERRIDE;
virtual void DoApplyWidgetStyle(GtkRcStyle *style) wxOVERRIDE;
virtual GdkWindow* GTKGetWindow(wxArrayGdkWindows& windows) const wxOVERRIDE;
private:
void Init();