shuffle packing order to accomodate midi controls

This commit is contained in:
Ben Loftis 2014-08-11 14:44:12 -05:00
parent bf034f48ce
commit b41df8e120
4 changed files with 11 additions and 7 deletions

View file

@ -200,7 +200,7 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
Gtk::VBox *mtrbox = manage(new Gtk::VBox());
mtrbox->pack_start(gm.get_level_meter(), false, false, 2);
controls_hbox.pack_end(*mtrbox, false, false, 4);
top_hbox.pack_end(*mtrbox, false, false, 4);
mtrbox->show();
_route->meter_change.connect (*this, invalidator (*this), bind (&RouteTimeAxisView::meter_changed, this), gui_context());