sc/source/ui/view/tabview3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3660ee6e178abc86228a70cc9394c1ad0efd78b9
Author: Balazs Varga <[email protected]>
AuthorDate: Wed Jul 13 22:05:54 2022 +0200
Commit: Balazs Varga <[email protected]>
CommitDate: Fri Jul 15 10:28:28 2022 +0200
tdf#61623 sc update current cell view if we switch or create a new tab
Testing:
- create a new validation list in the A1 cell with some value.
- add a new tab while you are on the A1 cell on the original tab.
or
- switch to an existing tab from the original A1 cell.
TODO: UNIT test
Change-Id: Ic13afdca45cf31fb50a7446b6eb6d64069d30200
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137040
Tested-by: Jenkins
Tested-by: Gabor Kelemen <[email protected]>
Tested-by: Balazs Varga <[email protected]>
Reviewed-by: Balazs Varga <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137097
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index f512e8dd9127..bc9504b79642 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -1853,6 +1853,7 @@ void ScTabView::SetTabNo( SCTAB nTab, bool bNew, bool
bExtendSelection, bool bSa
// UpdateShow before SetCursor, so that UpdateAutoFillMark finds the
correct
// window (is called from SetCursor)
UpdateShow();
+ aViewData.GetView()->TestHintWindow();
SfxBindings& rBindings = aViewData.GetBindings();
ScMarkData& rMark = aViewData.GetMarkData();