mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -47,7 +47,6 @@ public:
|
|||
XMLNode& get_state ();
|
||||
|
||||
bool on_key_release_event (GdkEventKey*);
|
||||
void edit_vst_path (std::string const& title, std::string const& dflt, sigc::slot<std::string>, sigc::slot<bool, std::string>);
|
||||
|
||||
private:
|
||||
void parameter_changed (std::string const &);
|
||||
|
|
@ -78,6 +77,7 @@ private:
|
|||
void clear_vst3_blacklist ();
|
||||
void clear_au_cache ();
|
||||
void clear_au_blacklist ();
|
||||
void edit_vst_path (std::string const&, std::string const&, sigc::slot<std::string>, sigc::slot<bool, std::string>);
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_rc_option_editor_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue