]> git.saurik.com Git - wxWidgets.git/commit
Allow hiding rows in wxGrid with HideRow().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Mar 2012 18:24:19 +0000 (18:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Mar 2012 18:24:19 +0000 (18:24 +0000)
commitce84ef6a7f0c16ff3553ab08dc1b560a51d3c65a
treea51271278d2cd311d113fba051e7ae905fc0d55d
parentc3562311c8fd0a0a6f7682fa229ad9083b4c9091
Allow hiding rows in wxGrid with HideRow().

HideRow() was simply ignored as SetRowSize(row, 0) didn't do anything. Check
for the special value of 0 and allow it, just as it was done for the columns
since r57336.

See #14133.

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