sc/source/ui/view/tabview3.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 1e48666b6c007fdf8f354a1a50e51f8f1e906b87 Author: Marco Cecchetti <marco.cecche...@collabora.com> Date: Tue May 2 18:10:41 2017 +0200
lok: sc: fix for row/col header updating on changing tab When you switch tab the current row/col header needs to be invalidated. Change-Id: I26ef6f9990726f3c96ddfc9ac45472fafc8e8507 Reviewed-on: https://gerrit.libreoffice.org/37242 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Jan Holesovsky <ke...@collabora.com> diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index f789a34021e5..75da8d86159e 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -2004,6 +2004,8 @@ void ScTabView::OnLibreOfficeKitTabChanged() }; SfxLokHelper::forEachOtherView(pThisViewShell, lTabSwitch); + + pThisViewShell->libreOfficeKitViewCallback(LOK_CALLBACK_INVALIDATE_HEADER, "all"); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits