mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Use 32x32 cursors on Mac.
This commit is contained in:
parent
de7072709f
commit
d52d8de296
@ -1,9 +1,6 @@
|
||||
// Mac only supports 16x16 pixel cursors.
|
||||
#ifdef __WXMAC__
|
||||
#define CURSORS_SIZE16
|
||||
#else
|
||||
// Mac, Win and Linux all support 32 x 32 cursors now.
|
||||
|
||||
#define CURSORS_SIZE32
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef CURSORS_SIZE32
|
||||
|
Loading…
x
Reference in New Issue
Block a user