summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_options.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-12-28 15:53:40 +0100
committerRobin Gareus <robin@gareus.org>2017-12-28 15:53:40 +0100
commitc7ed461bcfb22a83e2b2877936e81c7582c2c9e3 (patch)
treed04e691dc45e1ab0fb784bd7479cfc63c20cfc64 /gtk2_ardour/ardour_ui_options.cc
parent0dc340070742d8f67295c12fac615f11084ae334 (diff)
Add DSP-load & x-run widget to the toolbar.
Diffstat (limited to 'gtk2_ardour/ardour_ui_options.cc')
-rw-r--r--gtk2_ardour/ardour_ui_options.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui_options.cc b/gtk2_ardour/ardour_ui_options.cc
index ca18c5f555..b9e9d8d3f3 100644
--- a/gtk2_ardour/ardour_ui_options.cc
+++ b/gtk2_ardour/ardour_ui_options.cc
@@ -470,6 +470,8 @@ ARDOUR_UI::parameter_changed (std::string p)
ArdourWaveView::WaveView::set_global_gradient_depth (UIConfiguration::instance().get_waveform_gradient_depth());
} else if (p == "show-mini-timeline") {
repack_transport_hbox ();
+ } else if (p == "show-dsp-load-info") {
+ repack_transport_hbox ();
} else if (p == "show-toolbar-recpunch") {
repack_transport_hbox ();
} else if (p == "show-toolbar-monitoring") {