mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Add Preference dialog option for LayerTime
This commit is contained in:
parent
56d8b6cae1
commit
e186234d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -2457,6 +2457,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
eqv->add (Overlap, _("whenever they overlap in time"));
|
||||
eqv->add (Enclosed, _("if either encloses the other"));
|
||||
eqv->add (Exact, _("only if they have identical length, position and origin"));
|
||||
eqv->add (LayerTime, _("only if they have identical length, position and layer"));
|
||||
|
||||
add_option (_("Editor"), eqv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue