Restore selection on click in row/column selection mode in wxGrid.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 15:43:00 +0000 (15:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 15:43:00 +0000 (15:43 +0000)
commite196db7b85c296f6a86e861aaabac8864768bd5e
tree374e640a14a5e3fa88da3422ceac80af12b75643
parentf27d62bf2f27f3b0b6e5cd608c8308c8bd81a93c
Restore selection on click in row/column selection mode in wxGrid.

This might be less consistent with the other selection modes but seems to be
more convenient in practice, so restore the old, 2.8 behaviour and select the
entire row/column on a simply click in row/column selection mode.

Closes #12062.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grid.cpp