From f3d5ad776b16f8063c313571ab6cd6b5d72db35e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 19 Oct 2011 17:11:53 +0000 Subject: [PATCH] fix AU plugin creation by changing packing of preset combo/box git-svn-id: svn://localhost/ardour2/branches/3.0@10237 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/au_pluginui.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/au_pluginui.mm b/gtk2_ardour/au_pluginui.mm index 256ceca7b0..2b3053d20f 100644 --- a/gtk2_ardour/au_pluginui.mm +++ b/gtk2_ardour/au_pluginui.mm @@ -131,7 +131,7 @@ AUPluginUI::AUPluginUI (boost::shared_ptr insert) smaller_hbox->set_spacing (6); smaller_hbox->pack_start (preset_label, false, false, 4); - smaller_hbox->pack_start (_preset_combo, false, false); + smaller_hbox->pack_start (_preset_box, false, false); smaller_hbox->pack_start (save_button, false, false); #if 0 /* one day these might be useful with an AU plugin, but not yet */