Show name when audio track is inactive
This commit is contained in:
committed by
Robin Gareus
parent
759ba6a7c9
commit
0708cdb6b4
@@ -296,6 +296,7 @@ AudioTimeAxisView::route_active_changed ()
|
|||||||
controls_table.hide();
|
controls_table.hide();
|
||||||
inactive_table.show();
|
inactive_table.show();
|
||||||
RouteTimeAxisView::hide_all_automation();
|
RouteTimeAxisView::hide_all_automation();
|
||||||
|
name_label.show();
|
||||||
} else {
|
} else {
|
||||||
inactive_table.hide();
|
inactive_table.hide();
|
||||||
controls_table.show();
|
controls_table.show();
|
||||||
|
|||||||
Reference in New Issue
Block a user