sd/source/ui/dlg/navigatr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 833e2ecf43708332b248689304a53b5c50af155d
Author:     Jim Raykowski <[email protected]>
AuthorDate: Tue Apr 9 18:00:45 2024 -0800
Commit:     Jim Raykowski <[email protected]>
CommitDate: Wed Apr 10 18:43:06 2024 +0200

    tdf#139944 follow up
    
    Also refresh the document info list so the objects tree will fill on
    switching to normal view mode after the Navigator is opened in master
    view mode.
    
    Change-Id: I3749060206408ca2b9b58de541a9c9bf1731ec4d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165917
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <[email protected]>

diff --git a/sd/source/ui/dlg/navigatr.cxx b/sd/source/ui/dlg/navigatr.cxx
index 893732f86662..538f1c68b113 100644
--- a/sd/source/ui/dlg/navigatr.cxx
+++ b/sd/source/ui/dlg/navigatr.cxx
@@ -209,6 +209,7 @@ void SdNavigatorWin::InitTreeLB( const SdDrawDocument* pDoc 
)
             {
                 m_xContainer->set_sensitive(false);
                 mxTlbObjects->clear();
+                RefreshDocumentLB();
                 return;
             }
             else

Reply via email to