mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
[Summary] Reworked master track behavior according to PRD
This commit is contained in:
parent
33349b260d
commit
dd78cce7b7
10 changed files with 56 additions and 130 deletions
|
|
@ -172,12 +172,7 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
track()->PlaylistChanged.connect (*this, invalidator (*this), ui_bind(&RouteTimeAxisView::update_playlist_tip, this), gui_context());
|
||||
}
|
||||
|
||||
if (is_master_track() ) {
|
||||
// do not display number for master track
|
||||
_number_is_hidden = true;
|
||||
} else {
|
||||
enable_header_dnd ();
|
||||
}
|
||||
enable_header_dnd ();
|
||||
|
||||
playlist_button.set_visible(is_track() && track()->mode() == ARDOUR::Normal);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue