summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-01-09 12:20:02 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-01-09 12:21:10 -0600
commit9e0cd98ad4fc84e56640ea9a466d3fd0dbccef04 (patch)
treea6a684b8bd30f6874f0e259941678836e560955a /gtk2_ardour/route_time_axis.h
parenta6e45a471a2af53a58ad28e769b232075cabab92 (diff)
fix select-all-regions-within (it used to select everything overlapped)
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 7ea86e9b1b..3aedc4d336 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -90,7 +90,7 @@ public:
void selection_click (GdkEventButton*);
void set_selected_points (PointSelection&);
void set_selected_regionviews (RegionSelection&);
- void get_selectables (ARDOUR::framepos_t start, ARDOUR::framepos_t end, double top, double bot, std::list<Selectable *>&);
+ void get_selectables (ARDOUR::framepos_t start, ARDOUR::framepos_t end, double top, double bot, std::list<Selectable *>&, bool within = false);
void get_inverted_selectables (Selection&, std::list<Selectable*>&);
void set_layer_display (LayerDisplay d, bool apply_to_selection = false);
LayerDisplay layer_display () const;