Merge branch 'mac-dvc-setselections-performance' of https://github.com/vslavik/wxWidgets

Speed up wxDataViewCtrl::SetSelections() on macOS.

See https://github.com/wxWidgets/wxWidgets/pull/2084
This commit is contained in:
Vadim Zeitlin
2020-10-13 01:59:57 +02:00
6 changed files with 45 additions and 3 deletions

View File

@@ -1675,6 +1675,9 @@ public:
/**
Sets the selection to the array of wxDataViewItems.
Note that if @a sel contains any invalid items, they are simply
ignored.
*/
virtual void SetSelections(const wxDataViewItemArray& sel);