end label edit patch from Ricky Gonzales <gonzales@pyramid3.net>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1409,6 +1409,8 @@ bool wxTreeCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
|
||||
|
||||
event.m_item = (WXHTREEITEM)info->item.hItem;
|
||||
event.m_label = info->item.pszText;
|
||||
if (info->item.pszText == NULL)
|
||||
return FALSE;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user