vcl/source/app/salvtables.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit bcf9699a823775bb4c5ad2a1c3bd96e8e1c4fede Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Nov 6 10:23:57 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Nov 6 12:10:29 2024 +0100
tdf#163731 Style names cropped in Stylist in Writer's Sidebar regression from commit 7f42f031ed1b9f374f3fcba9c814dc5862492026 Author: Noel Grandin <noel.gran...@collabora.co.uk> Date: Thu Oct 10 09:39:14 2024 +0200 tdf#100894 speed up style tree creation Change-Id: I94f7f3edd4dc31a2a86ddd73a79f276d6c30509c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176107 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index e20a36662b8c..f0092dd7e558 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -4075,6 +4075,7 @@ void SalInstanceTreeView::bulk_insert_for_each( AddStringItem(aVclIter.iter, u""_ustr, aVclIter.iter->ItemCount()); m_xTreeView->Insert(aVclIter.iter, pVclParent, TREELIST_APPEND); func(aVclIter, i); + m_xTreeView->CalcEntryHeight(aVclIter.iter); if (!pFixedWidths) continue;