Merge branch 'osx-fixes'

Miscellaneous macOS bug fixes.

See https://github.com/wxWidgets/wxWidgets/pull/2136
This commit is contained in:
Vadim Zeitlin
2020-12-08 18:43:05 +01:00
12 changed files with 190 additions and 45 deletions

View File

@@ -306,7 +306,7 @@ private:
wxDataViewColumnPtrArrayType m_ColumnPtrs; // all column pointers are stored in an array
wxDataViewModelNotifier* m_ModelNotifier; // stores the model notifier for the control (does not own the notifier)
class wxOSXDataViewModelNotifier* m_ModelNotifier; // stores the model notifier for the control (does not own the notifier)
// wxWidget internal stuff:
wxDECLARE_DYNAMIC_CLASS(wxDataViewCtrl);