sw/source/uibase/utlui/navipi.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 48d3e30748162f6e10dc27ada79dd14179ee5c3f
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Thu May 11 10:20:01 2023 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri May 19 08:42:20 2023 +0200

    navigator: lok: hide global tree on construction to not flicker
    
    Change-Id: Icfb9b79b16dc46a722c46a08f647afaf9ad49b4a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151661
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151753
    Tested-by: Jenkins

diff --git a/sw/source/uibase/utlui/navipi.cxx 
b/sw/source/uibase/utlui/navipi.cxx
index 0489f5146ae9..399e3824bf76 100644
--- a/sw/source/uibase/utlui/navipi.cxx
+++ b/sw/source/uibase/utlui/navipi.cxx
@@ -691,6 +691,7 @@ SwNavigationPI::SwNavigationPI(weld::Widget* pParent,
         m_xDocListBox->hide();
         m_xGlobalBox->hide();
         m_xGlobalToolBox->hide();
+        m_xGlobalTree->HideTree();
     }
 }
 

Reply via email to