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:
Robin Gareus
2025-08-05 23:12:47 +02:00
parent 22e7b686ed
commit a250bd4e76

View File

@@ -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) {