Keep Ardour dialog on top of parent
This commit is contained in:
parent
b3f9b38088
commit
16030f63a1
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user