mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Fix visibility of midi scroomer and keyboard.
git-svn-id: svn://localhost/ardour2/branches/3.0@12717 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72642335d1
commit
33ba28e2e2
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
h->pack_start (*_piano_roll_header);
|
||||
v->pack_start (*h, false, false);
|
||||
v->pack_start (*manage (new Label ("")), true, true);
|
||||
v->show ();
|
||||
h->show ();
|
||||
controls_hbox.pack_start(*v);
|
||||
|
||||
controls_ebox.set_name ("MidiTrackControlsBaseUnselected");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue