mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
change GTKOSX macro constant to use __APPLE__ instead
This commit is contained in:
parent
329c096066
commit
56770ff0af
15 changed files with 43 additions and 37 deletions
|
|
@ -1693,7 +1693,7 @@ ProcessorBox::processor_button_release_event (GdkEventButton *ev, ProcessorEntry
|
|||
boost::weak_ptr<Processor>(processor)));
|
||||
|
||||
} else if (processor && Keyboard::is_button2_event (ev)
|
||||
#ifndef GTKOSX
|
||||
#ifndef __APPLE__
|
||||
&& (Keyboard::no_modifier_keys_pressed (ev) && ((ev->state & Gdk::BUTTON2_MASK) == Gdk::BUTTON2_MASK))
|
||||
#endif
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue