Apply a name to eventboxen in the menu bar, so the theme can be applied

This commit is contained in:
Ben Loftis 2021-03-08 18:37:54 -06:00
parent 54ece22efb
commit bdd362ee24

View file

@ -751,6 +751,13 @@ ARDOUR_UI::build_menu_bar ()
EventBox* ev_format = manage (new EventBox);
EventBox* ev_timecode = manage (new EventBox);
ev_dsp->set_name ("MainMenuBar");
ev_path->set_name ("MainMenuBar");
ev_name->set_name ("MainMenuBar");
ev_audio->set_name ("MainMenuBar");
ev_format->set_name ("MainMenuBar");
ev_timecode->set_name ("MainMenuBar");
Gtk::HBox* hbox = manage (new Gtk::HBox);
hbox->show ();
hbox->set_border_width (2);