From 2deba158635501e8f61363ab691882255ce5031c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 16 May 2010 14:20:14 +0000 Subject: [PATCH] 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 --- gtk2_ardour/editor_regions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc index 69890044fd..9eef845156 100644 --- a/gtk2_ardour/editor_regions.cc +++ b/gtk2_ardour/editor_regions.cc @@ -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)) {