Fix #2992: mute/solo state in tracks/busses tab not set up correctly on session load.
authorCarl Hetherington <carl@carlh.net>
Fri, 15 Jan 2010 00:06:11 +0000 (00:06 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 15 Jan 2010 00:06:11 +0000 (00:06 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6488 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_routes.cc

index 87d010487fc64f9c6ccd3bce76f8e5fd036a6668..83199800bdadb0eae828b0c57119ec048d30f3ad 100644 (file)
@@ -404,6 +404,9 @@ EditorRoutes::routes_added (list<RouteTimeAxisView*> routes)
        }
 
        update_rec_display ();
+       update_mute_display ();
+       update_solo_display ();
+       update_solo_isolate_display ();
        resume_redisplay ();
        _redisplay_does_not_sync_order_keys = false;
 }