Show name when audio track is inactive

This commit is contained in:
Iurie Nistor 2020-07-10 18:18:05 +03:00 committed by Robin Gareus
parent 759ba6a7c9
commit 0708cdb6b4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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();