]> git.saurik.com Git - wxWidgets.git/commit
Ensure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortPro...
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 27 Nov 2006 18:40:06 +0000 (18:40 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 27 Nov 2006 18:40:06 +0000 (18:40 +0000)
commit3611cec2e730f626082f7db542f6b4656d435ee5
treec0f62329f97b1a8e4f3eecc1efe963610e945921
parent7f28a656585ee2ebd18e173deb4f95564483ab2a
Ensure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortProperty to determined column clicked in virtual mode as we cannot sort virtual controls and it returns an invalid value.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/listctrl_mac.cpp