no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1990,7 +1990,7 @@ static void wxConvertToMSWListItem(const wxListCtrl *ctrl, wxListItem& info, LV_
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
lvItem.pszText = WXSTRINGCAST info.m_text;
|
lvItem.pszText = info.m_text;
|
||||||
if ( lvItem.pszText )
|
if ( lvItem.pszText )
|
||||||
lvItem.cchTextMax = info.m_text.Length();
|
lvItem.cchTextMax = info.m_text.Length();
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user