Only return the requested data from generic wxListCtrl::GetItem().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Jan 2012 13:37:18 +0000 (13:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Jan 2012 13:37:18 +0000 (13:37 +0000)
commit82ab1ab113009207bb21001e904345dcbfcc9456
tree2582be93ed89cc23b5c6b4147bc1e4544cec0c9f
parent14841e5a8eb6c00107b9c5ad38c1c461a422efe4
Only return the requested data from generic wxListCtrl::GetItem().

For compatibility with MSW, only return the data that was requested by the
item mask from wxListCtrl::GetItem(). This harmonizes the behaviour between
all ports.

Closes #1621.

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