sd/source/ui/view/drviewsd.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 00a0f45b65a7edfbd1918fe9c0ab0c2a5b14c0b0 Author: Jim Raykowski <rayk...@gmail.com> AuthorDate: Wed Oct 28 22:18:11 2020 -0800 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Oct 30 13:29:37 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> (cherry picked from commit 46ecd31445bda45e10d58e937ff468a1a8f17da2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104966 Reviewed-by: Caolán McNamara <caol...@redhat.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