keep VST path editor on top of preferences.
This commit is contained in:
parent
2d871435ca
commit
80e170d7fd
@ -3189,8 +3189,9 @@ void RCOptionEditor::clear_au_blacklist () {
|
||||
}
|
||||
|
||||
void RCOptionEditor::edit_lxvst_path () {
|
||||
Glib::RefPtr<Gdk::Window> win = get_parent_window ();
|
||||
Gtkmm2ext::PathsDialog *pd = new Gtkmm2ext::PathsDialog (
|
||||
_("Set Linux VST Search Path"),
|
||||
*this, _("Set Linux VST Search Path"),
|
||||
_rc_config->get_plugin_path_lxvst(),
|
||||
PluginManager::instance().get_default_lxvst_path()
|
||||
);
|
||||
@ -3204,7 +3205,7 @@ void RCOptionEditor::edit_lxvst_path () {
|
||||
|
||||
void RCOptionEditor::edit_vst_path () {
|
||||
Gtkmm2ext::PathsDialog *pd = new Gtkmm2ext::PathsDialog (
|
||||
_("Set Windows VST Search Path"),
|
||||
*this, _("Set Windows VST Search Path"),
|
||||
_rc_config->get_plugin_path_vst(),
|
||||
PluginManager::instance().get_default_windows_vst_path()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user