From f035a0baed4516d70ae2bbc6ff5c3a56f4a8bc85 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 5 Feb 2023 15:36:43 +0100 Subject: [PATCH] Remove prefs-search test-code --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 545744544a..5c5d59d765 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3798,7 +3798,7 @@ These settings will only take effect after %1 is restarted.\n\ add_option (_("Transport"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), _("When enabled plugins will be reset at transport stop. When disabled plugins will be left unchanged at transport stop.\n\nThis mostly affects plugins with a \"tail\" like Reverbs.")); - bo->highlight (); + /* PLUGINS ******************************************************************/ #if (defined WINDOWS_VST_SUPPORT || defined LXVST_SUPPORT || defined MACVST_SUPPORT || defined AUDIOUNIT_SUPPORT || defined VST3_SUPPORT)