From e186234d2bc28afc514ee6d6e39ea13d29addc3a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Mar 2019 15:18:16 +0100 Subject: [PATCH] Add Preference dialog option for LayerTime --- gtk2_ardour/rc_option_editor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index ab010ec3a5..8c9554955c 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -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);