bug fix to the recent wxConvertFromMSW change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -669,7 +669,8 @@ bool wxListCtrl::GetItem(wxListItem& info) const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
wxConvertFromMSWListItem(GetHwnd(), info, lvItem);
|
// give NULL as hwnd as we already have everything we need
|
||||||
|
wxConvertFromMSWListItem(NULL, info, lvItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lvItem.pszText)
|
if (lvItem.pszText)
|
||||||
|
Reference in New Issue
Block a user