mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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:
parent
0b8a7d3429
commit
a8e05a50e4
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue