mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
fix up recent cherry-picks from waves' tracks
This commit is contained in:
parent
236f549caa
commit
cc7f9d7f46
1 changed files with 0 additions and 9 deletions
|
|
@ -515,15 +515,6 @@ EditorRoutes::redisplay_real ()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (route->is_master()) {
|
|
||||||
|
|
||||||
tv->hide(); // never show master bus
|
|
||||||
if (_editor->master_bus_ui ()) {
|
|
||||||
_editor->master_bus_ui ()->set_route (route);
|
|
||||||
}
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool visible = tv->marked_for_display ();
|
bool visible = tv->marked_for_display ();
|
||||||
|
|
||||||
/* show or hide the TimeAxisView */
|
/* show or hide the TimeAxisView */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue