13
0

ditto for clock in session properties dialog

This commit is contained in:
Robin Gareus 2014-01-21 23:24:58 +01:00
parent 02533dd0a4
commit ecc1599474

View 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) ClockOption::ClockOption (string const & i, string const & n, sigc::slot<std::string> g, sigc::slot<bool, std::string> s)
: Option (i, n) : 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) , _get (g)
, _set (s) , _set (s)
{ {