summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-03-10 20:39:46 +0100
committerRobin Gareus <robin@gareus.org>2017-03-10 20:39:46 +0100
commit2562a5ce3b58f3ebe2be7f8e3f0e875a1d9eafca (patch)
tree6be3ccf7670f0d8243dba4a7aae9fba8144ae75a /gtk2_ardour/ardour_ui_dependents.cc
parenteac0a2b6ecd6d83c84d72cbc8d2ef55eb89d9ae1 (diff)
Save/Restore TimeInfoBox clock modes
The clocks are not transient, so ARDOUR_UI::store_clock_modes takes care of saving the state and the clock restores itself.
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index 0c052924bd..a4603b4888 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -271,7 +271,7 @@ ARDOUR_UI::setup_windows ()
mixer->add_to_notebook (_tabs, _("Mixer"));
editor->add_to_notebook (_tabs, _("Editor"));
- time_info_box = new TimeInfoBox (false);
+ time_info_box = new TimeInfoBox ("ToolbarTimeInfo", false);
/* all other dialogs are created conditionally */
we_have_dependents ();