mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
GTKOSX is not a valid check. Use __APPLE__
This commit is contained in:
parent
f54f270627
commit
5200885fb8
3 changed files with 4 additions and 4 deletions
|
|
@ -224,8 +224,8 @@ static const gchar *_rb_opt_strings[] = {
|
|||
#endif
|
||||
|
||||
//Robin says: this should be odd to accomodate cairo drawing offset ( width/2 rounds up to pixel boundary )
|
||||
#ifdef GTKOSX
|
||||
#define COMBO_TRIANGLE_WIDTH 25 // ArdourButton _diameter (11) + 2 * arrow-padding (2*2) + 2 * text-padding (2*5)
|
||||
#ifdef __APPLE__
|
||||
#define COMBO_TRIANGLE_WIDTH 19 // ArdourButton _diameter (11) + 2 * arrow-padding (2*2) + 2 * text-padding (2*5)
|
||||
#else
|
||||
#define COMBO_TRIANGLE_WIDTH 11 // as-measured for win/linux.
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue