forgot to change the Invalidate to InvalidateEntry in treelistbox
Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92
This commit is contained in:
parent
5ae10ae4df
commit
2e4380a077
@ -2675,7 +2675,7 @@ void SvTreeListBox::EditItemText(SvTreeListEntry* pEntry, SvLBoxString* pItem, c
|
|||||||
{
|
{
|
||||||
pImp->ShowCursor( false );
|
pImp->ShowCursor( false );
|
||||||
SelectListEntry( pEntry, false );
|
SelectListEntry( pEntry, false );
|
||||||
Invalidate();
|
pImp->InvalidateEntry(pEntry);
|
||||||
SelectListEntry( pEntry, true );
|
SelectListEntry( pEntry, true );
|
||||||
pImp->ShowCursor( true );
|
pImp->ShowCursor( true );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user