Fix mute visual state when reloading sessions with soloed tracks in PFL/AFL mode.

git-svn-id: svn://localhost/ardour2/branches/3.0@8928 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-22 21:14:51 +00:00
parent 333817557d
commit 458925dba5
1 changed files with 2 additions and 1 deletions

View File

@ -965,7 +965,8 @@ RouteUI::mute_visual_state (Session* s, boost::shared_ptr<Route> r)
return 0;
}
if (Config->get_show_solo_mutes()) {
if (Config->get_show_solo_mutes() && !Config->get_solo_control_is_listen_control ()) {
if (r->muted ()) {
/* full mute */