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:
Carl Hetherington 2012-06-13 23:28:32 +00:00
parent 72642335d1
commit 33ba28e2e2

View File

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