13
0

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:
Carl Hetherington 2010-05-16 14:20:14 +00:00
parent 0e0beef90f
commit 2deba15863

View File

@ -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)) {