mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Allow to select inactive tracks
This is a prerequisite to allow to remove inactive tracks, and operate on multiple selected inactive tracks (show/hide).
This commit is contained in:
parent
22e7b686ed
commit
a250bd4e76
1 changed files with 0 additions and 8 deletions
|
|
@ -64,14 +64,6 @@ CoreSelection::do_select (std::shared_ptr<Stripable> s, std::shared_ptr<Automati
|
|||
|
||||
if (r) {
|
||||
|
||||
/* no selection of inactive routes, though they can be selected
|
||||
* and made inactive.
|
||||
*/
|
||||
|
||||
if (!r->active()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!c && with_group) {
|
||||
|
||||
if (!not_allowed_in_group || !r->route_group() || r->route_group() != not_allowed_in_group) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue