[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/source
Maxim Monastirsky
momonasmon at gmail.com
Sun Jan 7 14:20:50 UTC 2018
sc/source/ui/view/tabview3.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 081a544b92ab7adbdfe29d56d91019556ffc07c9
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>
(cherry picked from commit 4b65a67caacee1ef0b31219d55bfe0cc6032c9f3)
Reviewed-on: https://gerrit.libreoffice.org/47026
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 6e93f5f5756a..69bc8035b421 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