Ticket #72 (closed defect)

Opened 8 years ago

Last modified 8 years ago

Can´t get image list index in wxListCtrl::GetItem

Reported by: anonymous Owned by: vadz
Priority: normal Milestone:
Component: wxMSW Version:
Keywords: Cc: vadz
Blocked By: Patch: no
Blocking:

Description

File: src\msw\listctrl.cpp
Function: bool wxListCtrl::GetItem(wxListItem& info) const (Line 580)
Code to add ???: (Line 599)

if (info.m_mask & wxLIST_MASK_IMAGE)

lvItem.mask |= LVIF_IMAGE;

Change History

Changed 8 years ago by vadz

these lines already exist there, what version of wxWin do you use?

Note: See TracTickets for help on using tickets.