]> git.saurik.com Git - wxWidgets.git/commit
Really fix resizing of wxGird column/rows after a hidden one.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:46:06 +0000 (20:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:46:06 +0000 (20:46 +0000)
commit6df84c5ca3115b71808f7adfd98aecda7d09b316
tree5c7d3c522ccacb9ae5bd22223271df0cf88a08e3
parent7c99eaa1f887bbde4e8cd45d9e8f34c62240f629
Really fix resizing of wxGird column/rows after a hidden one.

The previous fix (r73399) broke resizing from the side of the preceding grid
line, restore the old code and just add a loop finding the first visible line
before the one being clicked.

See #14947.

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