mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix build, amend previous commit
This commit is contained in:
parent
c162aa7aca
commit
7664b15617
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ TriggerEntry::follow_button_event (GdkEvent* ev)
|
|||
switch (ev->button.button) {
|
||||
case 1:
|
||||
case 3:
|
||||
follow_context_menu (ev->button);
|
||||
follow_context_menu (&ev->button);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue