mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Tweak VST path edit window
This correctly sets transient parent. Previously this could cause a crash when the rc_option_editor window was detached and not realized.
This commit is contained in:
parent
aaf7d3227c
commit
b5338ce220
4 changed files with 73 additions and 51 deletions
|
|
@ -55,7 +55,8 @@ private:
|
|||
void rescan_selected ();
|
||||
void clear_log ();
|
||||
void show_plugin_prefs ();
|
||||
void edit_vst_path (ARDOUR::PluginType);
|
||||
void vst_path_cb (ARDOUR::PluginType);
|
||||
void edit_vst_path (std::string const&, std::string const&, sigc::slot<std::string>, sigc::slot<bool, std::string>);
|
||||
|
||||
void plugin_status_changed (ARDOUR::PluginType, std::string, ARDOUR::PluginManager::PluginStatusType);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue