mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Make MixerStrip's automation menu behave like a dropdown
This commit is contained in:
parent
7fa99abc3a
commit
d883d4623a
1 changed files with 3 additions and 1 deletions
|
|
@ -768,7 +768,9 @@ GainMeterBase::gain_automation_state_button_event (GdkEventButton *ev)
|
|||
switch (ev->button) {
|
||||
case 1:
|
||||
gain_astate_propagate = Keyboard::modifier_state_contains (ev->state, Keyboard::ModifierMask (Keyboard::PrimaryModifier | Keyboard::TertiaryModifier));
|
||||
gain_astate_menu.popup (1, ev->time);
|
||||
Gtkmm2ext::anchored_menu_popup(&gain_astate_menu,
|
||||
&gain_automation_state_button,
|
||||
"", 1, ev->time);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue