mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -700,7 +700,7 @@ ARDOUR_UI::build_menu_bar ()
|
|||
format_label.set_name ("Format");
|
||||
format_label.set_use_markup ();
|
||||
|
||||
#ifdef GTKOSX
|
||||
#ifdef __APPLE__
|
||||
use_menubar_as_top_menubar ();
|
||||
#else
|
||||
menu_hbox.pack_start (*menu_bar, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue