improved (more general) fix for preferences window visibility

This commit is contained in:
Paul Davis 2016-08-29 06:38:34 -04:00
parent 97246e501b
commit 95e3f7663e

View File

@ -686,8 +686,7 @@ OptionEditorContainer::OptionEditorContainer (PBD::Configuration* c, string cons
hpacker.pack_start (notebook(), true, true);
pack_start (hpacker, true, true);
hpacker.show_all ();
show ();
show_all ();
}
OptionEditorWindow::OptionEditorWindow (PBD::Configuration* c, string const& str)