mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix select-all-regions-within (it used to select everything overlapped)
This commit is contained in:
parent
a6e45a471a
commit
9e0cd98ad4
11 changed files with 24 additions and 17 deletions
|
|
@ -187,7 +187,7 @@ class TimeAxisView : public virtual AxisView
|
|||
|
||||
void order_selection_trims (ArdourCanvas::Item *item, bool put_start_on_top);
|
||||
|
||||
virtual void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*>&);
|
||||
virtual void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*>&, bool within = false);
|
||||
virtual void get_inverted_selectables (Selection&, std::list<Selectable *>& results);
|
||||
|
||||
void add_ghost (RegionView*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue