summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2023-09-19 18:39:22 -0800
committerJim Raykowski <raykowj@gmail.com>2023-10-07 01:51:04 +0200
commitcd746546df895338b13992cb064a4b85d1cfaeac (patch)
treed978c83c87867669e8277c82bda236de7a5cc657 /sw
parent37b47bca10da480da591c4a5f5369bce59cccab6 (diff)
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 <raykowj@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/utlui/glbltree.cxx2
1 files changed, 2 insertions, 0 deletions
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)