From 91321272b59779546c7ca426b1c8ee94fc4f1740 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 21 Dec 2016 23:01:34 +0100 Subject: Add option to hide the 2ndary clock --- gtk2_ardour/ardour_ui_options.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/ardour_ui_options.cc') diff --git a/gtk2_ardour/ardour_ui_options.cc b/gtk2_ardour/ardour_ui_options.cc index e49cc01eaa..dc149de553 100644 --- a/gtk2_ardour/ardour_ui_options.cc +++ b/gtk2_ardour/ardour_ui_options.cc @@ -409,6 +409,8 @@ ARDOUR_UI::parameter_changed (std::string p) repack_transport_hbox (); } else if (p == "show-editor-meter") { repack_transport_hbox (); + } else if (p == "show-secondary-clock") { + update_clock_visibility (); } else if (p == "waveform-scale") { ArdourCanvas::WaveView::set_global_logscaled (UIConfiguration::instance().get_waveform_scale() == Logarithmic); } else if (p == "widget-prelight") { -- cgit v1.2.3