[Libreoffice-commits] core.git: sc/source

Marco Cecchetti marco.cecchetti at collabora.com
Tue May 16 11:18:36 UTC 2017


 sc/source/ui/view/tabview3.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1e48666b6c007fdf8f354a1a50e51f8f1e906b87
Author: Marco Cecchetti <marco.cecchetti at 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 <ci at libreoffice.org>
    Reviewed-by: Jan Holesovsky <kendy at 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");
     }
 }
 


More information about the Libreoffice-commits mailing list