From: Paul Davis Date: Tue, 19 Jun 2012 15:59:14 +0000 (+0000) Subject: patch for handling LV2 presets from colinf (#4698) X-Git-Tag: 3.0~1130 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=34321110dd0e1477d455232b9ceece3025a204ad;p=ardour.git patch for handling LV2 presets from colinf (#4698) git-svn-id: svn://localhost/ardour2/branches/3.0@12785 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/lv2_plugin_ui.cc b/gtk2_ardour/lv2_plugin_ui.cc index e2120e112a..7e8f827596 100644 --- a/gtk2_ardour/lv2_plugin_ui.cc +++ b/gtk2_ardour/lv2_plugin_ui.cc @@ -268,6 +268,7 @@ LV2PluginUI::lv2ui_instantiate(const std::string& title) _ardour_buttons_box->pack_end (save_button, false, false); _ardour_buttons_box->pack_end (add_button, false, false); _ardour_buttons_box->pack_end (_preset_combo, false, false); + _ardour_buttons_box->pack_end (_preset_modified, false, false); _ardour_buttons_box->show_all(); pack_start(*_ardour_buttons_box, false, false);