mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
[Summary] Enable change track name when track is not recording
[Reviewed] GZharun
This commit is contained in:
parent
267a628b96
commit
055a841787
1 changed files with 1 additions and 1 deletions
|
|
@ -1925,7 +1925,7 @@ RouteTimeAxisView::can_edit_name () const
|
|||
{
|
||||
/* we do not allow track name changes if it is record enabled
|
||||
*/
|
||||
return !_route->record_enabled();
|
||||
return !( (ARDOUR_UI::instance()->the_session()->record_status()==Session::Recording) && (_route->record_enabled()) );
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue