Skip to content

Commit 117ad0f

Browse files
committed
Additional changes
1 parent edf42a1 commit 117ad0f

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed

main/vcl/aqua/source/app/saldata.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ const aCursorTab[ POINTER_COUNT ] =
212212
{ "pivotfld", { 8, 7 } }, // POINTER_PIVOT_FIELD
213213
{ "chain", { 0, 2 } }, // POINTER_CHAIN
214214
{ "chainnot", { 2, 2 } }, // POINTER_CHAIN_NOTALLOWED
215-
{ "asn", { 16, 12 } }, // POINTER_AUTOSCROLL_N
215+
{ "asn", { 15, 12 } }, // POINTER_AUTOSCROLL_N
216216
{ "ass", { 15, 19 } }, // POINTER_AUTOSCROLL_S
217217
{ "asw", { 12, 15 } }, // POINTER_AUTOSCROLL_W
218218
{ "ase", { 19, 15 } }, // POINTER_AUTOSCROLL_E
219-
{ "asnw", { 10, 10 } }, // POINTER_AUTOSCROLL_NW
220-
{ "asne", { 21, 10 } }, // POINTER_AUTOSCROLL_NE
221-
{ "assw", { 21, 21 } }, // POINTER_AUTOSCROLL_SW
222-
{ "asse", { 21, 21 } }, // POINTER_AUTOSCROLL_SE
219+
{ "asnw", { 9, 9 } }, // POINTER_AUTOSCROLL_NW
220+
{ "asne", { 22, 9 } }, // POINTER_AUTOSCROLL_NE
221+
{ "assw", { 9, 22 } }, // POINTER_AUTOSCROLL_SW
222+
{ "asse", { 22, 22 } }, // POINTER_AUTOSCROLL_SE
223223
{ "asns", { 15, 15 } }, // POINTER_AUTOSCROLL_NS
224224
{ "aswe", { 15, 15 } }, // POINTER_AUTOSCROLL_WE
225225
{ "asnswe", { 15, 15 } }, // POINTER_AUTOSCROLL_NSWE
332 Bytes
Loading
302 Bytes
Loading
441 Bytes
Loading
278 Bytes
Loading
326 Bytes
Loading
290 Bytes
Loading
316 Bytes
Loading
410 Bytes
Loading

0 commit comments

Comments
 (0)