From a3a61c9c7430ee7fc08e8aaaa13d37cc9c3406d0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 8 Mar 2017 12:15:42 +0100 Subject: Pop down dialog before re-scanning VSTs --- gtk2_ardour/rc_option_editor.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index b2f65fdc2e..5af921c9c7 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3987,6 +3987,7 @@ void RCOptionEditor::edit_lxvst_path () { false /*no markup*/, Gtk::MESSAGE_QUESTION, Gtk::BUTTONS_YES_NO, true /*modal*/); msg.set_default_response (Gtk::RESPONSE_YES); if (msg.run() == Gtk::RESPONSE_YES) { + msg.hide (); plugin_scan_refresh (); } } @@ -4007,6 +4008,7 @@ void RCOptionEditor::edit_vst_path () { false /*no markup*/, Gtk::MESSAGE_QUESTION, Gtk::BUTTONS_YES_NO, true /*modal*/); msg.set_default_response (Gtk::RESPONSE_YES); if (msg.run() == Gtk::RESPONSE_YES) { + msg.hide (); plugin_scan_refresh (); } } -- cgit v1.2.3