git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58248
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDataViewModel * model = GetOwner()->GetModel();
if( model == NULL )
return NULL;
wxDataViewModel * model = GetOwner()->GetModel();
if( model == NULL )
return NULL;
+
+ if (!item.IsOk())
+ return m_root;
//Compose the a parent-chain of the finding item
ItemList list;
//Compose the a parent-chain of the finding item
ItemList list;
wxDataViewItemArray children;
unsigned int num = model->GetChildren( item, children);
wxDataViewItemArray children;
unsigned int num = model->GetChildren( item, children);
unsigned int index = 0;
while( index < num )
{
unsigned int index = 0;
while( index < num )
{