mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
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:
parent
fa1b0b7457
commit
843466fde2
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue