This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 195f1cc8eb Use correct hotspot for POINTER_AUTOSCROLL_SW (macOS)
195f1cc8eb is described below

commit 195f1cc8eb669710c3f83e6488ab074ea1ea5983
Author: mseidel <[email protected]>
AuthorDate: Sat Jan 10 17:13:30 2026 +0100

    Use correct hotspot for POINTER_AUTOSCROLL_SW (macOS)
---
 main/vcl/aqua/source/app/saldata.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/vcl/aqua/source/app/saldata.cxx 
b/main/vcl/aqua/source/app/saldata.cxx
index 91af6488e3..d3f8ff8e4b 100644
--- a/main/vcl/aqua/source/app/saldata.cxx
+++ b/main/vcl/aqua/source/app/saldata.cxx
@@ -223,7 +223,7 @@ const aCursorTab[ POINTER_COUNT ] =
 { "ase", { 19, 16 } }, //POINTER_AUTOSCROLL_E
 { "asnw", { 10, 10 } }, //POINTER_AUTOSCROLL_NW
 { "asne", { 21, 10 } }, //POINTER_AUTOSCROLL_NE
-{ "assw", { 21, 21 } }, //POINTER_AUTOSCROLL_SW
+{ "assw", { 10, 21 } }, //POINTER_AUTOSCROLL_SW
 { "asse", { 21, 21 } }, //POINTER_AUTOSCROLL_SE
 { "asns", { 15, 15 } }, //POINTER_AUTOSCROLL_NS
 { "aswe", { 15, 15 } }, //POINTER_AUTOSCROLL_WE

Reply via email to