Keep Ardour dialog on top of parent

This commit is contained in:
Robin Gareus
2023-06-10 21:36:31 +02:00
parent b3f9b38088
commit 16030f63a1

View File

@@ -57,6 +57,8 @@ ArdourDialog::ArdourDialog (Gtk::Window& parent, const string& title, bool modal
{
init ();
set_position (Gtk::WIN_POS_CENTER_ON_PARENT);
set_transient_for (parent);
}
ArdourDialog::~ArdourDialog ()