fix select-all-regions-within (it used to select everything overlapped)

This commit is contained in:
Ben Loftis 2015-01-09 12:20:02 -06:00
parent a6e45a471a
commit 9e0cd98ad4
11 changed files with 24 additions and 17 deletions

View file

@ -60,7 +60,7 @@ class AutomationStreamView : public StreamView
void clear ();
void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*> &);
void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*> &, bool within = false);
void set_selected_points (PointSelection &);
std::list<boost::shared_ptr<AutomationLine> > get_lines () const;