Don't take hidden wxGrid row/columns into account when auto-sizing.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:15 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:15 +0000 (00:14 +0000)
commit1c467e8804ff4c1cd3aee52bb16dfa4f976160a0
tree7b37fb527d0b855dbbc4098b4c82ceb4a7ef0c24
parentc7ea5a0c7edbdb777640e2613bfaac5f649b3340
Don't take hidden wxGrid row/columns into account when auto-sizing.

The contents not shown to the user shouldn't affect the fitting width/height
of the columns/rows that are shown.

See #15464.

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