Guard against a possible crash in wxListCtrl::DeleteColumn().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Dec 2011 13:56:47 +0000 (13:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Dec 2011 13:56:47 +0000 (13:56 +0000)
commit7451b5c459fc53b98f292e7442d36273e00c26af
tree34601d7ece384d933eab445304f92b0bbce2851e
parent54d323d299ecb3f6064f5c3cdca1b1c88000427f
Guard against a possible crash in wxListCtrl::DeleteColumn().

We could crash when deleting a column after switching to report view from icon
view. As deleting a column works just fine under MSW in this case, make it
work in the generic version as well.

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