fix copy-n-paste coding that hid route groups in mixer UI

This commit is contained in:
Paul Davis 2025-12-16 21:45:34 -07:00
parent e1f0a6b731
commit 927e2d14dd

View file

@ -79,7 +79,7 @@ MixerGroupTabs::compute_tabs () const
#endif
std::shared_ptr<RouteGroup> g = s->route_group ();
std::shared_ptr<RouteGroup> tab_group = s->route_group ();
std::shared_ptr<RouteGroup> tab_group = tab.group.lock();
if (g != tab_group) {
if (tab_group) {