]> git.saurik.com Git - wxWidgets.git/commit
Fix showing back hidden columns and rows in wxGrid.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Apr 2013 09:01:57 +0000 (09:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Apr 2013 09:01:57 +0000 (09:01 +0000)
commitd929eddf3a3dbb04f37624d255f4e24e07595ca1
treeae9de8fba32ad5a7f1f6d5fee4058622b0d6d9d6
parenta75faeac6947b2e3913f53cea041a3e4941bdd93
Fix showing back hidden columns and rows in wxGrid.

While we don't support auto-sizing of the hidden columns and rows, we need to
still show them back when SetColSize() or SetRowSize() is called with -1
(a.k.a. wxGRID_AUTOSIZE) argument.

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