sc/source/ui/view/gridwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a78e908093d5c5e1b1f1401b0863c98b9b523ea9
Author: Rafael Lima <[email protected]>
AuthorDate: Wed May 29 14:09:40 2024 +0200
Commit: Rafael Lima <[email protected]>
CommitDate: Fri May 31 03:23:39 2024 +0200
tdf#161309 Update AutoFill overlay after changes
Right after the cursor changes, the AutoFill overlay needs to be updated as
well.
Change-Id: Ie82d36a3ff60635225c794650aaba6e6bfbed5ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168191
Reviewed-by: Rafael Lima <[email protected]>
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <[email protected]>
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index b948bf837f41..f1141dc3d8ab 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -6200,6 +6200,7 @@ void ScGridWindow::CursorChanged()
// now, just re-create them
UpdateCursorOverlay();
+ UpdateAutoFillOverlay();
UpdateSparklineGroupOverlay();
}