summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2008-10-28 12:54:38 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2008-10-28 12:54:38 +0000
commit01c2be0bab9209d74542888ad6e2e9fc27d19cf7 (patch)
tree8d8f23e0b357ed79ac3b9629b56e6e53b8368394 /gtk2_ardour/editor_mixer.cc
parent6dd70cdce766bb03ec7e4c654fc2057e97e67fc6 (diff)
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
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 64eccf79fc..11ab88bcab 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -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;
}