mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
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:
parent
6dd70cdce7
commit
01c2be0bab
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue