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
This commit is contained in:
Paul Davis 2010-05-21 14:43:47 +00:00
parent 4c8aa95c69
commit df3996991c

View File

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