mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue