summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-06-03 20:18:31 +0900
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:21:49 +0200
commitf74baf742bc8f067b645cb857721f2051df6bcbb (patch)
tree76f8eaabf392c68c41eb599ef547ba06b0e29574 /svtools
parentabd2cfaa6481ff8b94d849dbc4f533833d809468 (diff)
forgot to change the Invalidate to InvalidateEntry in treelistbox
Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92 (cherry picked from commit 2e4380a0773acb72c5ee30e976b8af6ece71396a)
Diffstat (limited to 'svtools')
-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 );
}