From 9e0cd98ad4fc84e56640ea9a466d3fd0dbccef04 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 9 Jan 2015 12:20:02 -0600 Subject: fix select-all-regions-within (it used to select everything overlapped) --- gtk2_ardour/automation_time_axis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.h') diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h index b726de6440..53928724d8 100644 --- a/gtk2_ardour/automation_time_axis.h +++ b/gtk2_ardour/automation_time_axis.h @@ -84,7 +84,7 @@ class AutomationTimeAxisView : public TimeAxisView { std::list > lines () const; void set_selected_points (PointSelection&); - void get_selectables (ARDOUR::framepos_t start, ARDOUR::framepos_t end, double top, double bot, std::list&); + void get_selectables (ARDOUR::framepos_t start, ARDOUR::framepos_t end, double top, double bot, std::list&, bool within = false); void get_inverted_selectables (Selection&, std::list& results); void show_timestretch (framepos_t /*start*/, framepos_t /*end*/, int /*layers*/, int /*layer*/) {} -- cgit v1.2.3