[Summary] Enable change track name when track is not recording

[Reviewed] GZharun
This commit is contained in:
nikolay 2014-08-28 16:46:59 +03:00
parent 267a628b96
commit 055a841787

View file

@ -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