summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-06-03 20:18:31 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-06-04 17:35:25 +0900
commit1cd89bbdedca229c950c33374efe664389ac07cd (patch)
treed574fe6fee500ae7fed404db13a0c4f90640d75f
parent5c0866da20ebd1ab7ded67153af2b7a43edb69b6 (diff)
forgot to change the Invalidate to InvalidateEntry in treelistbox
Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92 (cherry picked from commit 2e4380a0773acb72c5ee30e976b8af6ece71396a)
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}