ditto for clock in session properties dialog
This commit is contained in:
parent
02533dd0a4
commit
ecc1599474
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user