summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_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/lv2_plugin_ui.cc
parente3ad436bdaf1292960e461ff3942da0e3b783532 (diff)
Show latency display/config button for in all plugin UIs
Diffstat (limited to 'gtk2_ardour/lv2_plugin_ui.cc')
-rw-r--r--gtk2_ardour/lv2_plugin_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/lv2_plugin_ui.cc b/gtk2_ardour/lv2_plugin_ui.cc
index cd965a5513..bd0198921d 100644
--- a/gtk2_ardour/lv2_plugin_ui.cc
+++ b/gtk2_ardour/lv2_plugin_ui.cc
@@ -314,6 +314,7 @@ LV2PluginUI::LV2PluginUI(boost::shared_ptr<PluginInsert> pi,
_ardour_buttons_box.pack_end (_preset_combo, false, false);
_ardour_buttons_box.pack_end (_preset_modified, false, false);
_ardour_buttons_box.pack_end (pin_management_button, false, false);
+ _ardour_buttons_box.pack_start (latency_button, false, false, 4);
plugin->PresetLoaded.connect (*this, invalidator (*this), boost::bind (&LV2PluginUI::queue_port_update, this), gui_context ());
}