13
0
This commit is contained in:
Robin Gareus 2014-09-08 20:59:17 +02:00
parent 1f313ec19c
commit 80e6d3b534

View File

@ -221,7 +221,6 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
VBox* v = manage (new VBox);
HBox* h = manage (new HBox);
h->pack_end (*_piano_roll_header);
h->pack_end (*_piano_roll_header);
h->pack_end (*_range_scroomer);
v->pack_start (*separator, false, false);
v->pack_start (*h, true, true);