From 0cb096a9782bd13188e7add156af0a4c5e846e86 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Mar 2015 19:05:29 -0500 Subject: Use Ardour widgets consistently in plugin UI. Several reasons: * This previously looked horribly inconsistent. * The Gtk selector was broken for plugins with many presets, making it impossible to select presets. For whatever reason, the use of a menu fixes this bug. * Towards a hierarchical menu for banked presets. --- gtk2_ardour/vst_plugin_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/vst_plugin_ui.h') diff --git a/gtk2_ardour/vst_plugin_ui.h b/gtk2_ardour/vst_plugin_ui.h index 7339186975..8996fe0a21 100644 --- a/gtk2_ardour/vst_plugin_ui.h +++ b/gtk2_ardour/vst_plugin_ui.h @@ -52,7 +52,7 @@ protected: private: bool configure_handler (GdkEventConfigure *); - void preset_selected (); + void preset_selected (ARDOUR::Plugin::PresetRecord preset); }; #endif -- cgit v1.2.3