Fix bug #0002433: Invalid handling of editor mixer strip state on session load

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4023 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2008-10-28 12:54:38 +00:00
parent 6dd70cdce7
commit 01c2be0bab

View file

@ -61,6 +61,7 @@ Editor::show_editor_mixer (bool yn)
show_editor_mixer_when_tracks_arrive = false;
if (!session) {
show_editor_mixer_when_tracks_arrive = yn;
return;
}