mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue