Don't crash in wxGridCellAutoWrapStringRenderer when the column is hidden.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:05 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:05 +0000 (00:14 +0000)
commit85d2dec9f022748a678a3534851b8dcf76c56fa8
tree5edf092f03763c1e8567c171da24bbce3f77960c
parentbd21f7eaf01f7056ff2cb1529209eb9d0e7b74f4
Don't crash in wxGridCellAutoWrapStringRenderer when the column is hidden.

Our methods should arguably not be called at all in this case, but if this
does happen, at least don't crash.

Closes #15464.

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