Don't lose selection in wxDataViewCtrl::Select() under Mac.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Aug 2010 21:17:51 +0000 (21:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Aug 2010 21:17:51 +0000 (21:17 +0000)
commit1e1843000400eabbb7d0ba7bf80d5439f53694fd
treee9a8e70cc25123f5cad6222a35460a5699a7dab9
parent6c78066f22deac771842e2e784772415486329e1
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
interface/wx/dataview.h
src/osx/cocoa/dataview.mm