summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_list.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-02 19:18:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-02 19:18:50 +0000
commit06a539420aaff3c9d59c9196a38e4320984f97e7 (patch)
tree3da79ae48f244932d9e411174b4b90241f1e5a06 /gtk2_ardour/editor_route_list.cc
parentf8f7323f6fa11323810f1c640edbe0014c832306 (diff)
editor mixer visibility now restored correctly
git-svn-id: svn://localhost/ardour2/trunk@1061 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_list.cc')
-rw-r--r--gtk2_ardour/editor_route_list.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_route_list.cc b/gtk2_ardour/editor_route_list.cc
index 573dec0fd5..3e2f130691 100644
--- a/gtk2_ardour/editor_route_list.cc
+++ b/gtk2_ardour/editor_route_list.cc
@@ -109,6 +109,10 @@ Editor::handle_new_route (Session::RouteList& routes)
tv->GoingAway.connect (bind (mem_fun(*this, &Editor::remove_route), tv));
}
+ if (show_editor_mixer_when_tracks_arrive) {
+ show_editor_mixer (true);
+ }
+
editor_mixer_button.set_sensitive(true);
}