sd/source/ui/view/drviewsd.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 46ecd31445bda45e10d58e937ff468a1a8f17da2
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Wed Oct 28 22:18:11 2020 -0800
Commit:     Jim Raykowski <rayk...@gmail.com>
CommitDate: Fri Oct 30 07:56:06 2020 +0100

    tdf#106613 Draw: Make sidebar Navigator update after slide rename
    
    Change-Id: I438a06dfd0d19271853bc1efd8098195f6f37ef8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104988
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>

diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx
index 2fe6691d64ee..8f6e627029d4 100644
--- a/sd/source/ui/view/drviewsd.cxx
+++ b/sd/source/ui/view/drviewsd.cxx
@@ -62,6 +62,9 @@ void DrawViewShell::ExecNavigatorWin( SfxRequest& rReq )
                 if( pNavWin )
                     pNavWin->InitTreeLB( GetDoc() );
             }
+            SfxBindings& rBindings = GetViewFrame()->GetBindings();
+            rBindings.Invalidate(SID_NAVIGATOR_STATE, true);
+            rBindings.Invalidate(SID_NAVIGATOR_PAGENAME, true);
         }
         break;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to