From 01c2be0bab9209d74542888ad6e2e9fc27d19cf7 Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Tue, 28 Oct 2008 12:54:38 +0000 Subject: [PATCH] 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 --- gtk2_ardour/editor_mixer.cc | 1 + 1 file changed, 1 insertion(+) 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; }