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

Maxim Monastirsky momonasmon at gmail.com
Sun Dec 3 18:56:19 UTC 2017


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

New commits:
commit 4b65a67caacee1ef0b31219d55bfe0cc6032c9f3
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Thu Nov 30 21:49:34 2017 +0200

    tdf#113980 Refresh row/column buttons state after selection change
    
    Change-Id: I21684ffe83d7b924e1d83c853ed4846e0db53c3b
    Reviewed-on: https://gerrit.libreoffice.org/45614
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>

diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 84c945552677..b66b3b6fd5e1 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -535,6 +535,8 @@ void ScTabView::SelectionChanged()
     rBindings.Invalidate( FID_INS_CELL );
     rBindings.Invalidate( FID_INS_CELLSDOWN );
     rBindings.Invalidate( FID_INS_CELLSRIGHT );
+    rBindings.Invalidate( SID_ROW_OPERATIONS );
+    rBindings.Invalidate( SID_COLUMN_OPERATIONS );
 
     rBindings.Invalidate( FID_CHG_COMMENT );
 


More information about the Libreoffice-commits mailing list