summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-29 06:38:34 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-29 06:38:34 -0400
commit95e3f7663ec75fd751ec86ffece61b33b12fc002 (patch)
treec0fb5d56b8aa60776b395e635e2181d35ecbe6d7 /gtk2_ardour/option_editor.cc
parent97246e501b371305d60a2e7d112a6ec0e6b6a246 (diff)
improved (more general) fix for preferences window visibility
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc3
1 files changed, 1 insertions, 2 deletions
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)