sw/source/uibase/utlui/glbltree.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit cd746546df895338b13992cb064a4b85d1cfaeac Author: Jim Raykowski <rayk...@gmail.com> AuthorDate: Tue Sep 19 18:39:22 2023 -0800 Commit: Jim Raykowski <rayk...@gmail.com> CommitDate: Sat Oct 7 01:51:04 2023 +0200 Master Document Navigator: Improve sensitivity of tool box items Change-Id: I45f16267d7a46aacb5fb5ad4d138a63acfb687c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157579 Tested-by: Jenkins Reviewed-by: Jim Raykowski <rayk...@gmail.com> diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx index 367f9a65dd2a..26dd58f5b7ea 100644 --- a/sw/source/uibase/utlui/glbltree.cxx +++ b/sw/source/uibase/utlui/glbltree.cxx @@ -803,6 +803,8 @@ void SwGlobalTree::UpdateTracking() pSection = pParent; m_xTreeView->select_text(pSection->GetSectionName()); } + + Select(); } void SwGlobalTree::GotoContent(const SwGlblDocContent* pCont)