mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
fix copy-n-paste coding that hid route groups in mixer UI
This commit is contained in:
parent
e1f0a6b731
commit
927e2d14dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue