From f74baf742bc8f067b645cb857721f2051df6bcbb Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 3 Jun 2015 20:18:31 +0900 Subject: forgot to change the Invalidate to InvalidateEntry in treelistbox Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92 (cherry picked from commit 2e4380a0773acb72c5ee30e976b8af6ece71396a) --- svtools/source/contnr/treelistbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index 13cefab3cd16..8346639398ea 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -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 ); } -- cgit