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

New commits:
commit 3ae1a48d09c94d4241c241a03e5779ba3106fd37
Author:     Tünde Tóth <toth.tu...@nisz.hu>
AuthorDate: Thu Mar 18 10:58:58 2021 +0100
Commit:     Gabor Kelemen <kelemen.gab...@nisz.hu>
CommitDate: Thu Apr 22 17:33:16 2021 +0200

    tdf#36466 sc: update status bar at Select Visible Rows
    
    Using Edit->Select->Select Visible Rows (Columns) Only
    option, update status bar to show the selected rows (in
    the case of Autofilter), or nothing (no AutoFilter),
    instead of the outdated value with the not selected
    hidden rows (columns).
    
    Change-Id: Ib31ea1d0cc15e57f883f5492104da490391117a6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112676
    Tested-by: László Németh <nem...@numbertext.org>
    Reviewed-by: László Németh <nem...@numbertext.org>
    (cherry picked from commit 3453f2f8fce9e69cd9f2a2c6f3d7171b6e59f674)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114498
    Tested-by: Gabor Kelemen <kelemen.gab...@nisz.hu>
    Reviewed-by: Gabor Kelemen <kelemen.gab...@nisz.hu>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 43c4735a5477..117ce243dad0 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2789,6 +2789,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                     rMark.ResetMark();
 
                 rMark.MarkToSimple();
+
+                pTabViewShell->SelectionChanged();
             }
             break;
 
@@ -2827,6 +2829,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                     rMark.ResetMark();
 
                 rMark.MarkToSimple();
+
+                pTabViewShell->SelectionChanged();
             }
             break;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to