don't ignore wxLC_NO_HEADER style when inserting first column (backported from HEAD)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-14 17:16:50 +00:00
parent 412a5ab4ef
commit b4746de9ec

View File

@@ -183,6 +183,9 @@ All:
- wxRegEx::Compile() now calculates the number of groups correctly
Generic:
- wxListCtrl: respect wxLC_NO_HEADER style when inserting first column
2.4.1