mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Pop down dialog before re-scanning VSTs
This commit is contained in:
parent
819d9fa3cd
commit
a3a61c9c74
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue