Allow to customize parts of the main toolbar
[ardour.git] / gtk2_ardour / ardour_ui_dependents.cc
index d512601bd45a72efd6c7a429cf55f641e7736677..a1c264cf01a19a9f0e4ff54a446d0907183931d3 100644 (file)
@@ -43,6 +43,7 @@
 #include "splash.h"
 #include "rc_option_editor.h"
 #include "route_params_ui.h"
+#include "time_info_box.h"
 #include "opts.h"
 #include "utils.h"
 
@@ -271,6 +272,7 @@ ARDOUR_UI::setup_windows ()
        mixer->add_to_notebook (_tabs, _("Mixer"));
        editor->add_to_notebook (_tabs, _("Editor"));
 
+       time_info_box = new TimeInfoBox (false);
        /* all other dialogs are created conditionally */
 
        we_have_dependents ();