Make visible track automation views appear correctly newly loaded sessions.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4009 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2008-10-25 10:42:17 +00:00
parent fa1b0b7457
commit 843466fde2

View file

@ -4742,6 +4742,9 @@ Editor::first_idle ()
for (TrackViewList::iterator t = track_views.begin(); t != track_views.end(); ++t) {
(*t)->first_idle();
}
// first idle adds route children (automation tracks), so we need to redisplay here
redisplay_route_list();
if (dialog) {
delete dialog;