From b47d7aec2d3aeac0828a22c841636c3074c80fdf Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 2 Jul 2016 18:19:49 +0200 Subject: [PATCH] fix Preference checkbox sensitivity for inline displays --- 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 57a1973188..8af06568d7 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3347,6 +3347,7 @@ if (!ARDOUR::Profile->get_mixbus()) { parameter_changed ("send-ltc"); parameter_changed ("sync-source"); parameter_changed ("use-monitor-bus"); + parameter_changed ("open-gui-after-adding-plugin"); } void