Make visible track automation views appear correctly newly loaded sessions.
authorSampo Savolainen <v2@iki.fi>
Sat, 25 Oct 2008 10:42:17 +0000 (10:42 +0000)
committerSampo Savolainen <v2@iki.fi>
Sat, 25 Oct 2008 10:42:17 +0000 (10:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4009 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc

index 45f76373334b66a524a1aec8e2ccf0f2bf172be4..aad286610c1fe07ab3e81b8b43b585e46bf9e1f4 100644 (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;