make sure preferences are visible
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 8 Jul 2015 19:37:21 +0000 (15:37 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Feb 2016 20:31:21 +0000 (15:31 -0500)
gtk2_ardour/ardour_ui2.cc

index efd45ffaa8ca2833ac89576ab000ea387fa35aaf..edce58fb7c827f464714bbf55883ba8d0249af55 100644 (file)
@@ -146,6 +146,7 @@ ARDOUR_UI::setup_windows ()
        
        rc_option_editor = new RCOptionEditor;
        rc_option_editor->add_to_notebook (_tabs, _("Preferences"), 2);
+       rc_option_editor->contents().show_all ();
        
        _tabs.signal_switch_page().connect (sigc::mem_fun (*this, &ARDOUR_UI::tabs_switch));