ditto for clock in session properties dialog
authorRobin Gareus <robin@gareus.org>
Tue, 21 Jan 2014 22:24:58 +0000 (23:24 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 21 Jan 2014 22:24:58 +0000 (23:24 +0100)
gtk2_ardour/option_editor.cc

index 1768bff1a78e0307cfd3653dd32c9e29cb3cda3b..33926d6523afffb37b5c767cc18fa949f6c47d06 100644 (file)
@@ -276,7 +276,7 @@ FaderOption::add_to_page (OptionEditorPage* p)
 
 ClockOption::ClockOption (string const & i, string const & n, sigc::slot<std::string> g, sigc::slot<bool, std::string> 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)
 {