]> git.saurik.com Git - wxWidgets.git/commit
Return correct index from wxGenericListCtrl::InsertColumn().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jul 2012 13:27:31 +0000 (13:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jul 2012 13:27:31 +0000 (13:27 +0000)
commit57bf8a6f1efc2d58099f058bfd17579b147baac2
tree5e75ade19c43cc523c70048ab30b36f38377f9e8
parent9d294e51cd846e312a3ca78ccb0e69aa05bd5233
Return correct index from wxGenericListCtrl::InsertColumn().

It used to always return 0 in the generic version, return the correct index of
the newly inserted column now.

Closes #13677.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/private/listctrl.h
src/generic/listctrl.cpp