summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-21 23:24:58 +0100
committerRobin Gareus <robin@gareus.org>2014-01-21 23:24:58 +0100
commitecc1599474fcf18a55fd603c6ee710c7dced272e (patch)
treeaf61918a5511222881c890eec2026000937d7109 /gtk2_ardour/option_editor.cc
parent02533dd0a43220565dd4c20dc8610064e43bd001 (diff)
ditto for clock in session properties dialog
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 1 insertions, 1 deletions
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<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)
{