mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
consistent use of context-menu popups
This commit is contained in:
parent
e5d48a8544
commit
b3722f7063
13 changed files with 28 additions and 28 deletions
|
|
@ -219,7 +219,7 @@ ControlSlaveUI::vca_button_release (GdkEventButton* ev, uint32_t n)
|
|||
}
|
||||
|
||||
if (!items.empty()) {
|
||||
context_menu->popup (1, ev->time);
|
||||
context_menu->popup (ev->button, ev->time);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue