mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
parent
72850d456f
commit
9486b4e6cb
1 changed files with 3 additions and 0 deletions
|
|
@ -375,6 +375,9 @@ IOButtonBase::set_label (IOButtonBase& self, ARDOUR::Session& session, std::shar
|
|||
++port) {
|
||||
port_connections.clear ();
|
||||
port->get_connections (port_connections);
|
||||
if (port_connections.empty ()) {
|
||||
continue;
|
||||
}
|
||||
string connection = port_connections.front ();
|
||||
|
||||
vector<string>::iterator i = connections.begin ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue