Skip to content

Commit 7663d70

Browse files
committed
Update cursors for macOS (#457)
* Update cursors for macOS Update some cursors, remove some icons. * Additional changes * Additional changes * Updated cursors * Update rotate cursor * Update rotate cursor (SVG) (cherry picked from commit 2aead17)
1 parent cee87ae commit 7663d70

18 files changed

Lines changed: 6 additions & 6 deletions

File tree

-49.8 KB
Binary file not shown.

main/sysui/desktop/icons/open.icns

-48.9 KB
Binary file not shown.
-49.3 KB
Binary file not shown.

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

Lines changed: 6 additions & 6 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
218-
{ "ase", { 19, 16 } }, // 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
218+
{ "ase", { 19, 15 } }, // POINTER_AUTOSCROLL_E
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
317 Bytes
Loading
332 Bytes
Loading
254 Bytes
Loading
441 Bytes
Loading
646 Bytes
Loading
230 Bytes
Loading

0 commit comments

Comments
 (0)