13
0

Allow buss names to be edited in the track/bus list.

git-svn-id: svn://localhost/ardour2/branches/3.0@6627 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-02-03 01:23:38 +00:00
parent c3bfc3ec4e
commit d89b7897f0

View File

@ -410,6 +410,7 @@ EditorRoutes::routes_added (list<RouteTimeAxisView*> routes)
row[_columns.mute_state] = (*x)->route()->muted();
row[_columns.solo_state] = (*x)->route()->soloed();
row[_columns.solo_isolate_state] = (*x)->route()->solo_isolated();
row[_columns.name_editable] = true;
_ignore_reorder = true;