]> git.saurik.com Git - wxWidgets.git/commit - include/wx/stc/stc.h
Preserve size of wxGrid rows/columns when hiding and showing them back.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Sep 2012 23:18:23 +0000 (23:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Sep 2012 23:18:23 +0000 (23:18 +0000)
commit304969053696308d0d68a063c999309c618dad19
tree4457b2d0d28a9277e50af798e9782134701b8a35
parent5bce3d57015d67ddfa6700e37909c5564cf2872f
Preserve size of wxGrid rows/columns when hiding and showing them back.

Previously, if a wxGrid row or column was hidden by setting its size to 0, its
original size was lost. Change this so that it's preserved now and can be
restored by setting the size to the special -1 value later.

Closes #14133.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/grid.h
include/wx/stc/stc.h
include/wx/textentry.h
interface/wx/grid.h
interface/wx/textentry.h
src/generic/grid.cpp