]> git.saurik.com Git - wxWidgets.git/commit
Applied patch [ 607261 ] Fix: wxGrid: row and cell selection
authorJulian Smart <julian@anthemion.co.uk>
Tue, 10 Sep 2002 13:50:52 +0000 (13:50 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 10 Sep 2002 13:50:52 +0000 (13:50 +0000)
commit64e15340d0e76155609ea60b4f952a895261d869
tree025e88499b792c23a4dd522159fa0d1560103973
parent69c14ebe016ee8be2dd14defc4d37a136d0c3450
Applied patch [ 607261 ] Fix: wxGrid: row and cell selection

This is a patch against version 1.222 of
src/generic/grid.cpp.

1. The patch contains a fix for the row selection as
mentioned by me on the wx-dev mailing list. After
selecting one row and deselecting it no new row
could be selected.
2. Another change has been made to the function
CoordToRowOrCol() and addresses an error mailed
to wx-dev by John Labensky. The error was that no
cell could be selected until a horizontal and vertical
resize of at least one cell has been made. The error
was that the function could not handle grids with
default row or columns sizes.

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