sc/source/ui/view/tabview3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cf936b57117b9bd4a9b1ae4c77244d544cc2bfec
Author: Balazs Varga <[email protected]>
AuthorDate: Wed Jul 13 22:05:54 2022 +0200
Commit: Balazs Varga <[email protected]>
CommitDate: Thu Jul 14 20:24:40 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]>
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 7284c160e6a8..1e0255788977 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -1883,6 +1883,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();