summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2017-12-30 16:38:29 -0900
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-01-27 14:22:11 +0100
commit2d8f17565ebe867210f5769851d91b2e7b612a8f (patch)
tree2b27817b3bf91f228a23e6c42f5306484a499c63
parent99d08aa87b945f909d0d0439e2f636918b0b858d (diff)
tdf#114771 make focus rect in Navigator content tree position correctly
Change-Id: I747d3ef2bbe7227b048e29bd8c5758fb7778ab9d Reviewed-on: https://gerrit.libreoffice.org/48738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r--sw/source/uibase/utlui/content.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index df7f1bbb29c1..489073d55341 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1763,6 +1763,7 @@ void SwContentTree::Display( bool bActive )
{
MakeVisible(pEntry);
Select(pEntry);
+ SetCurEntry(pEntry);
}
}