From 917f02e5f62a5603d0314b33bcdc0825a7888606 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Oct 2009 17:45:51 +0000 Subject: [PATCH] Fix button labelling for >1 input / output routes. git-svn-id: svn://localhost/ardour2/branches/3.0@5807 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index 10e6999d05..aba5800385 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -969,6 +969,7 @@ MixerStrip::update_io_button (boost::shared_ptr route, Width widt port = route->output()->nth (io_index); } + connections.clear (); port->get_connections(connections); io_connection_count = 0;