Show name when audio track is inactive
This commit is contained in:
parent
759ba6a7c9
commit
0708cdb6b4
@ -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…
Reference in New Issue
Block a user