From 97f3d9496bdb602305cf522f10b21124af8aef40 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 14 Mar 2020 06:39:20 +0100 Subject: Show latency display/config button for in all plugin UIs --- gtk2_ardour/lv2_plugin_ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/lv2_plugin_ui.cc') 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 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 ()); } -- cgit v1.2.3