Don't lose selection in wxDataViewCtrl::Select() under Mac.
Calling Select() for an item should not deselect the other selected items in multiple selection mode. This is consistent with the GTK and generic versions behaviour and also just makes more sense but also document that this is indeed the desired behaviour just in case. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -963,6 +963,10 @@ public:
|
||||
|
||||
/**
|
||||
Select the given item.
|
||||
|
||||
In single selection mode this changes the (unique) currently selected
|
||||
item. In multi selection mode, the @a item is selected and the
|
||||
previously selected items remain selected.
|
||||
*/
|
||||
virtual void Select(const wxDataViewItem& item);
|
||||
|
||||
|
Reference in New Issue
Block a user