mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
(RegionList) Don't change selection for context-menu
This commit is contained in:
parent
494a0d1b57
commit
282437ab77
1 changed files with 1 additions and 1 deletions
|
|
@ -949,7 +949,7 @@ EditorRegions::button_press (GdkEventButton *ev)
|
|||
|
||||
if (Keyboard::is_context_menu_event (ev)) {
|
||||
show_context_menu (ev->button, ev->time);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (region != 0 && Keyboard::is_button2_event (ev)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue