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

@ -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;