mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
make sure preferences are visible
This commit is contained in:
parent
5723676092
commit
b17cb184a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue