mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
c398d85f0b
commit
68082abc22
4 changed files with 19 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue