From 201d7cb2fd5b7c2ca6c358e4464f623e9f1aa960 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 24 Jan 2020 01:07:49 +0100 Subject: [PATCH] Backport Mixbus change (offer gap as preference) Mixbus defaults this to on (4px), Ardour to off (0px) --- gtk2_ardour/rc_option_editor.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 55ba1c455f..6829e68529 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3695,7 +3695,6 @@ RCOptionEditor::RCOptionEditor () sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_name) )); -#ifndef MIXBUS // hide this setting in Mixbus. Always on, 4px ComboOption* gap = new ComboOption ( "vertical-region-gap", _("Add a visual gap below Audio Regions"), @@ -3706,7 +3705,6 @@ RCOptionEditor::RCOptionEditor () gap->add (2, _("Small")); gap->add (4, _("Large")); add_option (_("Appearance/Editor"), gap); -#endif add_option (_("Appearance/Editor"), new OptionEditorHeading (_("Waveforms")));