From 3f1486fa12c53aaf92cf0bb0d60a971d1ef94b86 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 5 Aug 2024 20:14:23 -0600 Subject: [PATCH] coreselection: fix thinko The core selection can be (a) stripables (b) automation controls (c) possibly a combination of both Any given selection op might pass (a) or (b) or (c), so we need to handle the case where (a) is null. --- libs/ardour/selection.cc | 77 +++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/libs/ardour/selection.cc b/libs/ardour/selection.cc index 65827152d2..ee39e62d2c 100644 --- a/libs/ardour/selection.cc +++ b/libs/ardour/selection.cc @@ -47,52 +47,55 @@ CoreSelection::do_select (std::shared_ptr s, std::shared_ptr