mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
Revert "[Summary] Enable change track name when track is not
recording".
The rules regarding track renaming when record enabled make this
change incorrect/dangerous etc.
This reverts commit 055a841787.
This commit is contained in:
parent
c88d9c76cd
commit
46a09c5cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -2273,7 +2273,7 @@ RouteTimeAxisView::can_edit_name () const
|
|||
{
|
||||
/* we do not allow track name changes if it is record enabled
|
||||
*/
|
||||
return !( (ARDOUR_UI::instance()->the_session()->record_status()==Session::Recording) && (_route->record_enabled()) );
|
||||
return !_route->record_enabled();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue