From 95e3f7663ec75fd751ec86ffece61b33b12fc002 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 29 Aug 2016 06:38:34 -0400 Subject: improved (more general) fix for preferences window visibility --- gtk2_ardour/option_editor.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 9809b05165..694cf84018 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -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) -- cgit v1.2.3