mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove toolbar meter (meter type) context-menu
This meter is follows in sync the master-bus meter. The type should be set directly on the master-bus.
This commit is contained in:
parent
85eab56809
commit
1cec6d1250
3 changed files with 0 additions and 53 deletions
|
|
@ -233,7 +233,6 @@ ARDOUR_UI::set_session (Session *s)
|
|||
editor_meter->set_meter_type (_session->master_out()->meter_type());
|
||||
editor_meter->setup_meters (30, 10, 6);
|
||||
editor_meter->show();
|
||||
editor_meter->ButtonPress.connect_same_thread (editor_meter_connection, boost::bind (&ARDOUR_UI::editor_meter_button_press, this, _1));
|
||||
|
||||
editor_meter_table.set_spacings(3);
|
||||
editor_meter_table.attach(*editor_meter, 0,1, 0,1, FILL, FILL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue