13
0

LT: for development purposes, show all prefs using old tabbed interface

This commit is contained in:
Ben Loftis 2024-05-02 12:11:26 -05:00
parent f8026fd4bb
commit 5d7d627ad3

View File

@ -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());