Move util functions into UIConfiguration as they depend on it anyway
[ardour.git] / gtk2_ardour / au_pluginui.mm
index 2a4ab747d41164e628486d47438cf9f913cc352a..3682788a74619bd4ea2e5540f6bf53007b2cc86c 100644 (file)
@@ -167,6 +167,7 @@ AUPluginUI::AUPluginUI (boost::shared_ptr<PluginInsert> insert)
        smaller_hbox->pack_start (automation_mode_label, false, false);
        smaller_hbox->pack_start (automation_mode_selector, false, false);
 #endif
+       smaller_hbox->pack_start (reset_button, false, false);
        smaller_hbox->pack_start (bypass_button, false, true);
 
        VBox* v1_box = manage (new VBox);