[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:
Grygorii Zharun 2014-04-16 04:40:35 -05:00
parent bb70547ef2
commit 78196e1c17

View file

@ -512,6 +512,10 @@ EditorRoutes::redisplay ()
// just a "title" row
continue;
}
if (route->is_master()) {
continue;
}
bool visible = tv->marked_for_display ();