From df3996991cf94e37a4e083eb1cf56b0187484878 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 21 May 2010 14:43:47 +0000 Subject: [PATCH] update mute display when solo state changes, to keep things in sync git-svn-id: svn://localhost/ardour2/branches/3.0@7133 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_ui.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 7bf1a09c4c..9cbdd779f4 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -830,6 +830,11 @@ RouteUI::update_solo_display () } solo_button->set_visual_state (solo_visual_state (_route)); + + /* some changes to solo status can affect mute display, so catch up + */ + + update_mute_display (); } void