sc/source/ui/view/cellsh1.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0be44cd1f5dc0554028d758a5569f30b866ffbab
Author:     Armin Le Grand (allotropia) <armin.le.grand.ext...@allotropia.de>
AuthorDate: Tue Oct 29 10:57:21 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Feb 26 13:38:58 2025 +0100

    tdf#162692 partial take back of tdf#160252
    
    to no longer make the wrong data appear when a
    CF gets changed on one tab. For more info, see
    text in task.
    
    Change-Id: I7bf582eb9a2fe59b9a4b3d280639661c3aa7e608
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175779
    Reviewed-by: Armin Le Grand <armin.le.gr...@me.com>
    Tested-by: Jenkins
    Signed-off-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176164

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 50c5635a3b18..2d3fdab0e19f 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2949,6 +2949,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                     else
                         pCondFormatList.reset();
 
+                    if (rDlgItem)
+                        pTabViewShell->setScCondFormatDlgItem(nullptr);
+
                     pDlg->disposeOnce();
                 });
             }

Reply via email to