From ea1231fb952353d3a81ea00f1aefec6881fc7da8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 15 Nov 2016 00:32:19 +0100 Subject: show VST preset clean/dirty state --- gtk2_ardour/vst_plugin_ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/vst_plugin_ui.cc b/gtk2_ardour/vst_plugin_ui.cc index c2bf2c6faf..532fcf6722 100644 --- a/gtk2_ardour/vst_plugin_ui.cc +++ b/gtk2_ardour/vst_plugin_ui.cc @@ -45,6 +45,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr insert, boost: box->pack_end (save_button, false, false); box->pack_end (add_button, false, false); box->pack_end (_preset_combo, false, false); + box->pack_end (_preset_modified, false, false); box->pack_end (pin_management_button, false, false); bypass_button.set_active (!insert->active ()); -- cgit v1.2.3