mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
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:
parent
26666fce42
commit
0cd67582cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue