diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-06-03 20:18:31 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-06-03 20:42:27 +0900 |
commit | 2e4380a0773acb72c5ee30e976b8af6ece71396a (patch) | |
tree | 2566edd7f8ccd514ecfdef5417ea5a717dcd5f70 | |
parent | 5ae10ae4df7180d4464f85586232cb7dc106ed5c (diff) |
forgot to change the Invalidate to InvalidateEntry in treelistbox
Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92
-rw-r--r-- | svtools/source/contnr/treelistbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index f31f8c9e0e09..c698fe23ec6a 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 ); } |