Fix track-header visibility for inactive tracks

This supersedes 0708cdb6b4, an explicit `name_label.show()`
is not needed. The inactive label was missing an explicit call
to show.

This also fixes MIDI track MIDNAM Selector visibility
This commit is contained in:
Robin Gareus 2020-07-10 18:16:18 +02:00
parent c398d85f0b
commit 68082abc22
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 19 additions and 2 deletions

View file

@ -175,6 +175,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
name_label.set_size_request(name_width_px, -1);
name_label.show ();
inactive_label.show ();
controls_table.set_row_spacings (2);
controls_table.set_col_spacings (2);