From 9d6d9c650193fa098c0d85c505b5eb3b61f8d2f8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 29 Aug 2016 06:35:45 -0400 Subject: [PATCH] apparent fix for preferences window visibility --- gtk2_ardour/rc_option_editor.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 8e562f4279..530dd98087 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3368,6 +3368,8 @@ if (!ARDOUR::Profile->get_mixbus()) { */ Tabbable::set_state (*node, Stateful::loading_state_version); } + + notebook().show_all (); } void