diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-11-30 21:49:34 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-12-03 19:55:16 +0100 |
commit | 4b65a67caacee1ef0b31219d55bfe0cc6032c9f3 (patch) | |
tree | 72e18ad32768886f55027996664454e23fe15770 | |
parent | 2a4727f2d87260d875b9fcc88bf6a7e1a3421749 (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>
-rw-r--r-- | sc/source/ui/view/tabview3.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 ); |