Fix #2992: mute/solo state in tracks/busses tab not set up correctly on session load.

git-svn-id: svn://localhost/ardour2/branches/3.0@6488 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-01-15 00:06:11 +00:00
parent cb8bc93ea3
commit 519869c4a6

View 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;
}