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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user