mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Consistently use context-menu button action
This fixes an issue where brining up a menu can directly activate an action in the menu. Notably on macOS. Nathan reports that this may also address #9515 Note: mac touchpads are not affected since right-click there is effectively a "press and hold".
This commit is contained in:
parent
43c5f0ab46
commit
c162aa7aca
22 changed files with 39 additions and 39 deletions
|
|
@ -2527,7 +2527,7 @@ ProcessorBox::show_processor_menu (int arg)
|
|||
&& !std::dynamic_pointer_cast<Amp> (single_selection->processor ())
|
||||
&& !std::dynamic_pointer_cast<UnknownProcessor> (single_selection->processor ()));
|
||||
|
||||
processor_menu->popup (1, arg);
|
||||
processor_menu->popup (3, arg);
|
||||
|
||||
/* Add a placeholder gap to the processor list to indicate where a processor would be
|
||||
inserted were one chosen from the menu.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue