13
0

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:
Carl Hetherington 2009-10-19 17:45:51 +00:00
parent 918fb68a03
commit 917f02e5f6

View File

@ -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;