diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 87148f8b15..fa5e76da29 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4608,7 +4608,6 @@ These settings will only take effect after %1 is restarted.\n\ sigc::mem_fun (*_rc_config, &RCConfiguration::set_replicate_missing_region_channels) )); - if (!Profile->get_mixbus()) { add_option (_("Signal Flow"), new OptionEditorHeading (_("Track and Bus Connections"))); @@ -4636,6 +4635,8 @@ These settings will only take effect after %1 is restarted.\n\ add_option (_("Signal Flow"), iac); + if (!Profile->get_mixbus()) { + ComboOption* oac = new ComboOption ( "output-auto-connect", _("Connect track and bus outputs"),