Replace missing widget-name that got lost.

This commit is contained in:
Ben Loftis 2018-02-19 09:50:30 -06:00
parent b44b8b7111
commit 984cacfa92

View File

@ -669,6 +669,7 @@ ARDOUR_UI::build_menu_bar ()
menu_bar->set_name ("MainMenuBar");
EventBox* ev = manage (new EventBox);
ev->set_name ("MainMenuBar");
ev->show ();
Gtk::HBox* hbox = manage (new Gtk::HBox);