summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-11-30 21:49:34 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-01-07 15:20:22 +0100
commit081a544b92ab7adbdfe29d56d91019556ffc07c9 (patch)
treed9cef8ec40e6f23c772a1d2430200f91c23518ae /sc/source/ui/view
parente328b25e634035cf3810061579d33623846173c0 (diff)
tdf#113980 Refresh row/column buttons state after selection change
Change-Id: I21684ffe83d7b924e1d83c853ed4846e0db53c3b Reviewed-on: https://gerrit.libreoffice.org/45614 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit 4b65a67caacee1ef0b31219d55bfe0cc6032c9f3) Reviewed-on: https://gerrit.libreoffice.org/47026 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/tabview3.cxx2
1 files changed, 2 insertions, 0 deletions
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 );