sc/source/ui/view/tabview3.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d58f93b47c82f386b6e8f59ff1384e4cb433374e
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Wed Jul 13 22:05:54 2022 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Jul 15 11:22:59 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 <kelem...@ubuntu.com>
    Tested-by: Balazs Varga <balazs.varga.ext...@allotropia.de>
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>
    (cherry picked from commit cf936b57117b9bd4a9b1ae4c77244d544cc2bfec)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137059
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index ae960b0a8c1f..0fe06e1c4a0f 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();

Reply via email to