fix AU plugin creation by changing packing of preset combo/box
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Oct 2011 17:11:53 +0000 (17:11 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Oct 2011 17:11:53 +0000 (17:11 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10237 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/au_pluginui.mm

index 256ceca7b0f55fe6438cce2bf2efff373d52a842..2b3053d20f5a586e2b54eb43f36eeaf04fd63a7e 100644 (file)
@@ -131,7 +131,7 @@ AUPluginUI::AUPluginUI (boost::shared_ptr<PluginInsert> 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 */