Fix for widget visibility with detached preferences window

Should finally resolve bug #7002

The reason 95e3f766 didn't resolve this is because OptionEditorContainer ctor
is called before adding all the widgets in RCOptionEditor so they will still be
hidden.
This commit is contained in:
Tim Mayberry 2016-11-19 13:51:32 +10:00
parent 0b8a7d3429
commit a8e05a50e4

View File

@ -3671,6 +3671,8 @@ if (!ARDOUR::Profile->get_mixbus()) {
add_option (_("Theme/Colors"), new ColorThemeManager);
Widget::show_all ();
//trigger some parameter-changed messages which affect widget-visibility or -sensitivity
parameter_changed ("send-ltc");
parameter_changed ("sync-source");