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

New commits:
commit 412e4571371764dcdc5cc1347b1e6ae9a283d3ae
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: Thu May 11 14:08:19 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>

diff --git a/sw/source/uibase/utlui/navipi.cxx 
b/sw/source/uibase/utlui/navipi.cxx
index 4f60ba96e874..99f87a13a055 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