From 927e2d14dd09b565275c79e44d2d094d960e8d6d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 16 Dec 2025 21:45:34 -0700 Subject: [PATCH] fix copy-n-paste coding that hid route groups in mixer UI --- gtk2_ardour/mixer_group_tabs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/mixer_group_tabs.cc b/gtk2_ardour/mixer_group_tabs.cc index b6705ef860..922a754b05 100644 --- a/gtk2_ardour/mixer_group_tabs.cc +++ b/gtk2_ardour/mixer_group_tabs.cc @@ -79,7 +79,7 @@ MixerGroupTabs::compute_tabs () const #endif std::shared_ptr g = s->route_group (); - std::shared_ptr tab_group = s->route_group (); + std::shared_ptr tab_group = tab.group.lock(); if (g != tab_group) { if (tab_group) {