Restore AWOL master mixer strip (#4187).

git-svn-id: svn://localhost/ardour2/branches/3.0@9884 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-16 21:29:06 +00:00
parent 26666fce42
commit 0cd67582cb

View file

@ -330,7 +330,7 @@ Mixer_UI::add_strip (RouteList& routes)
TreeModel::Row row = *(track_model->append());
row[track_columns.text] = route->name();
row[track_columns.visible] = strip->marked_for_display();
row[track_columns.visible] = strip->route()->is_master() ? true : strip->marked_for_display();
row[track_columns.route] = route;
row[track_columns.strip] = strip;