13
0

patch for handling LV2 presets from colinf (#4698)

git-svn-id: svn://localhost/ardour2/branches/3.0@12785 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-06-19 15:59:14 +00:00
parent 944dae2a41
commit 34321110dd

View File

@ -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);