From ecc1599474fcf18a55fd603c6ee710c7dced272e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 21 Jan 2014 23:24:58 +0100 Subject: ditto for clock in session properties dialog --- gtk2_ardour/option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 1768bff1a7..33926d6523 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -276,7 +276,7 @@ FaderOption::add_to_page (OptionEditorPage* p) ClockOption::ClockOption (string const & i, string const & n, sigc::slot g, sigc::slot s) : Option (i, n) - , _clock (X_("timecode-offset"), false, X_(""), true, false, true, false) + , _clock (X_("timecode-offset"), true, X_(""), true, false, true, false) , _get (g) , _set (s) { -- cgit v1.2.3