[Libreoffice-commits] core.git: sc/source
Tünde Tóth (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 29 08:22:59 UTC 2021
sc/source/ui/view/cellsh1.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 3453f2f8fce9e69cd9f2a2c6f3d7171b6e59f674
Author: Tünde Tóth <toth.tunde at nisz.hu>
AuthorDate: Thu Mar 18 10:58:58 2021 +0100
Commit: László Németh <nemeth at numbertext.org>
CommitDate: Mon Mar 29 10:22:25 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 <nemeth at numbertext.org>
Reviewed-by: László Németh <nemeth at numbertext.org>
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index d619b461d6c3..e1e92754b6a4 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2803,6 +2803,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
rMark.ResetMark();
rMark.MarkToSimple();
+
+ pTabViewShell->SelectionChanged();
}
break;
@@ -2841,6 +2843,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
rMark.ResetMark();
rMark.MarkToSimple();
+
+ pTabViewShell->SelectionChanged();
}
break;
More information about the Libreoffice-commits
mailing list