Fix mute visual state when reloading sessions with soloed tracks in PFL/AFL mode.
authorCarl Hetherington <carl@carlh.net>
Tue, 22 Feb 2011 21:14:51 +0000 (21:14 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 22 Feb 2011 21:14:51 +0000 (21:14 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8928 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/route_ui.cc

index 657792620853ca05822dee55db8e927972a8d91c..b0338ff1216019d4a1626bc32e73999a2396ebf5 100644 (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 */