forgot to change the Invalidate to InvalidateEntry in treelistbox

Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92
This commit is contained in:
Tomaž Vajngerl 2015-06-03 20:18:31 +09:00
parent 5ae10ae4df
commit 2e4380a077

View File

@ -2675,7 +2675,7 @@ void SvTreeListBox::EditItemText(SvTreeListEntry* pEntry, SvLBoxString* pItem, c
{
pImp->ShowCursor( false );
SelectListEntry( pEntry, false );
Invalidate();
pImp->InvalidateEntry(pEntry);
SelectListEntry( pEntry, true );
pImp->ShowCursor( true );
}