Merge SvLBoxTreeList and SvTreeList.
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
This commit is contained in:
@@ -1957,7 +1957,7 @@ void implCollapseModifiedObjectEntry( SvTreeListEntry* pParent, WatchTreeListBox
|
||||
{
|
||||
pThis->Collapse( pParent );
|
||||
|
||||
SvLBoxTreeList* pModel = pThis->GetModel();
|
||||
SvTreeList* pModel = pThis->GetModel();
|
||||
SvTreeListEntry* pDeleteEntry;
|
||||
while( (pDeleteEntry = pThis->SvTreeListBox::GetEntry( pParent, 0 )) != NULL )
|
||||
{
|
||||
|
Reference in New Issue
Block a user