Allow right-click on region list to select the region. Fixes #3129.
git-svn-id: svn://localhost/ardour2/branches/3.0@7105 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0e0beef90f
commit
2deba15863
@ -938,7 +938,7 @@ EditorRegions::button_press (GdkEventButton *ev)
|
||||
|
||||
if (Keyboard::is_context_menu_event (ev)) {
|
||||
show_context_menu (ev->button, ev->time);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (region != 0 && Keyboard::is_button2_event (ev)) {
|
||||
|
Loading…
Reference in New Issue
Block a user