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
@ -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…
Reference in New Issue
Block a user