mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
[Summary] Master bus should be always hidden in main view of Tracks
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452980]
This commit is contained in:
parent
bb70547ef2
commit
78196e1c17
1 changed files with 4 additions and 0 deletions
|
|
@ -512,6 +512,10 @@ EditorRoutes::redisplay ()
|
|||
// just a "title" row
|
||||
continue;
|
||||
}
|
||||
|
||||
if (route->is_master()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
bool visible = tv->marked_for_display ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue