improved (more general) fix for preferences window visibility
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user