mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Set transient parent for missing-* dialogs at start
This commit is contained in:
parent
95bf443735
commit
005bd4f76f
9 changed files with 15 additions and 13 deletions
|
|
@ -30,7 +30,7 @@ namespace ARDOUR {
|
|||
class MissingPluginDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
MissingPluginDialog (ARDOUR::Session*, std::list<std::string> const &, bool);
|
||||
MissingPluginDialog (Gtk::Window&, ARDOUR::Session*, std::list<std::string> const &, bool);
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_missing_plugin_dialog_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue