Deprecated SetItemImage with 2 image ids
Deprecated _GET_INFO, _SET_INFO list control events git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -476,7 +476,7 @@ void wxFileCtrl::UpdateItem(const wxListItem &item)
|
||||
fd->ReadData();
|
||||
|
||||
SetItemText(item, fd->GetFileName());
|
||||
SetItemImage(item, fd->GetImageId(), fd->GetImageId());
|
||||
SetItemImage(item, fd->GetImageId());
|
||||
|
||||
if (GetWindowStyleFlag() & wxLC_REPORT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user