Refresh generic wxListCtrl after removing a column from it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 14:15:55 +0000 (14:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 14:15:55 +0000 (14:15 +0000)
commit53943b06e4c629f7d097961838e0cef6b6220160
tree789b535a9b938045387f0a91e0b32eb4752bf833
parent5fafec4d9f3b7e31688cb0162b7c5db751314d01
Refresh generic wxListCtrl after removing a column from it.

Deleting a column still kept it on display, at least until the next refresh,
e.g. resizing the window was enough to make it disappear.

Simply add a call to Refresh() to ensure that the column does disappear when
deleted.

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