Fix keyboard navigation in wxGrid with hidden columns.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Jul 2011 22:35:37 +0000 (22:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Jul 2011 22:35:37 +0000 (22:35 +0000)
commitb64bb3ca1bac511ba28910f92e68a8767aba0ba2
tree7911e3da5c2d8b4e107d7af3ddfe6dac79701e43
parent3e88d48700b1c9dd7f4654004a88a7b13b5f86ac
Fix keyboard navigation in wxGrid with hidden columns.

The hidden columns (i.e. those whose size was set to 0) should be skipped when
find the previous/next column to select when the user presses Left/Right
cursor arrow keys in wxGrid, otherwise the focus could completely disappear as
it was invisible when it was set to a hidden column.

Closes #13281.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/private/grid.h