Fix button labelling for >1 input / output routes.
git-svn-id: svn://localhost/ardour2/branches/3.0@5807 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
918fb68a03
commit
917f02e5f6
@ -969,6 +969,7 @@ MixerStrip::update_io_button (boost::shared_ptr<ARDOUR::Route> route, Width widt
|
||||
port = route->output()->nth (io_index);
|
||||
}
|
||||
|
||||
connections.clear ();
|
||||
port->get_connections(connections);
|
||||
io_connection_count = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user