mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
improved (more general) fix for preferences window visibility
This commit is contained in:
parent
97246e501b
commit
95e3f7663e
1 changed files with 1 additions and 2 deletions
|
|
@ -686,8 +686,7 @@ OptionEditorContainer::OptionEditorContainer (PBD::Configuration* c, string cons
|
||||||
hpacker.pack_start (notebook(), true, true);
|
hpacker.pack_start (notebook(), true, true);
|
||||||
pack_start (hpacker, true, true);
|
pack_start (hpacker, true, true);
|
||||||
|
|
||||||
hpacker.show_all ();
|
show_all ();
|
||||||
show ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionEditorWindow::OptionEditorWindow (PBD::Configuration* c, string const& str)
|
OptionEditorWindow::OptionEditorWindow (PBD::Configuration* c, string const& str)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue