Revert unneeded fix for list control headers from r63177.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Mar 2010 09:36:37 +0000 (09:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Mar 2010 09:36:37 +0000 (09:36 +0000)
commit5d12911287cc904447883e389f22ea0a8eda0742
tree89fb2bf2aef011af8ac1338870a740feedf34c62
parent7eb670ac1496863b7b2717284037d485597ce75b
Revert unneeded fix for list control headers from r63177.

The call to SetItemMinSize() shouldn't be needed and the latest OS X version
does work correctly without it. Apparently the real bug was fixed somewhere
else in the meanwhile.

Closes #11309.

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