mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Show name when audio track is inactive
This commit is contained in:
parent
759ba6a7c9
commit
0708cdb6b4
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ AudioTimeAxisView::route_active_changed ()
|
|||
controls_table.hide();
|
||||
inactive_table.show();
|
||||
RouteTimeAxisView::hide_all_automation();
|
||||
name_label.show();
|
||||
} else {
|
||||
inactive_table.hide();
|
||||
controls_table.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue