mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
make system tab show up as default (most of the time) in port matrix
git-svn-id: svn://localhost/ardour2/branches/3.0@6459 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
797c2767f1
commit
b66dfe0eea
1 changed files with 2 additions and 2 deletions
|
|
@ -451,11 +451,11 @@ PortGroupList::gather (ARDOUR::Session* session, bool inputs, bool allow_dups)
|
|||
system->remove_duplicates ();
|
||||
}
|
||||
|
||||
add_group_if_not_empty (system);
|
||||
add_group_if_not_empty (other);
|
||||
add_group_if_not_empty (bus);
|
||||
add_group_if_not_empty (track);
|
||||
add_group_if_not_empty (ardour);
|
||||
add_group_if_not_empty (other);
|
||||
add_group_if_not_empty (system);
|
||||
|
||||
emit_changed ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue