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,8 +36,8 @@ using namespace std;
|
|||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
|
||||
MissingFileDialog::MissingFileDialog (Session* s, const std::string& path, DataType type)
|
||||
: ArdourDialog (_("Missing File"), true, false)
|
||||
MissingFileDialog::MissingFileDialog (Gtk::Window& parent, Session* s, const std::string& path, DataType type)
|
||||
: ArdourDialog (parent, _("Missing File"), true, false)
|
||||
, filetype (type)
|
||||
, is_absolute_path (Glib::path_is_absolute (path))
|
||||
, chooser (_("Select a folder to search"), FILE_CHOOSER_ACTION_SELECT_FOLDER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue