mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -36,7 +36,7 @@ namespace ARDOUR {
|
|||
class MissingFileDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
MissingFileDialog (ARDOUR::Session*, const std::string& path, ARDOUR::DataType type);
|
||||
MissingFileDialog (Gtk::Window&, ARDOUR::Session*, const std::string& path, ARDOUR::DataType type);
|
||||
|
||||
int get_action();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue