summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vst_plugin_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-14 06:39:20 +0100
committerRobin Gareus <robin@gareus.org>2020-03-14 13:25:51 +0100
commit97f3d9496bdb602305cf522f10b21124af8aef40 (patch)
treea82121c015dfe9174ab29214523ebc1cbcbbce3a /gtk2_ardour/vst_plugin_ui.cc
parente3ad436bdaf1292960e461ff3942da0e3b783532 (diff)
Show latency display/config button for in all plugin UIs
Diffstat (limited to 'gtk2_ardour/vst_plugin_ui.cc')
-rw-r--r--gtk2_ardour/vst_plugin_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/vst_plugin_ui.cc b/gtk2_ardour/vst_plugin_ui.cc
index 1055183be4..465b37711c 100644
--- a/gtk2_ardour/vst_plugin_ui.cc
+++ b/gtk2_ardour/vst_plugin_ui.cc
@@ -54,6 +54,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost:
box->pack_end (_preset_combo, false, false);
box->pack_end (_preset_modified, false, false);
box->pack_end (pin_management_button, false, false);
+ box->pack_end (latency_button, false, false);
pack_start (*box, false, false);
box->signal_size_allocate().connect (sigc::mem_fun (*this, &VSTPluginUI::top_box_allocated));