From 5d7d627ad3b2bee27e4e4a016a1f4a0c341ab09b Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 2 May 2024 12:11:26 -0500 Subject: [PATCH] LT: for development purposes, show all prefs using old tabbed interface --- gtk2_ardour/option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 849d57c315..205e9a6eeb 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -1217,7 +1217,7 @@ OptionEditorWindow::OptionEditorWindow (PBD::Configuration* c, string const& str hpacker.set_border_width (4); Frame* f = manage (new Frame ()); - if (Profile->get_livetrax()) { + if (false /*Profile->get_livetrax()*/) { //TODO Ben f->add (button_box()); } else { f->add (treeview());