mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
don't both with LTC parameter changes if HAVE_LTC is not set
git-svn-id: svn://localhost/ardour2/branches/3.0@13339 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8cff3d0e60
commit
5e4d2afbe8
1 changed files with 2 additions and 0 deletions
|
|
@ -1786,10 +1786,12 @@ RCOptionEditor::parameter_changed (string const & p)
|
|||
_sync_framerate->set_sensitive (false);
|
||||
break;
|
||||
}
|
||||
#ifdef HAVE_LTC
|
||||
} else if (p == "send-ltc") {
|
||||
bool const s = Config->get_send_ltc ();
|
||||
_ltc_send_continuously->set_sensitive (s);
|
||||
_ltc_volume_slider->set_sensitive (s);
|
||||
#endif /*HAVE_LTC*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue