Default to WIN_POS_MOUSE for dialogs also.

This commit is contained in:
nick_m 2015-10-16 03:06:49 +11:00
parent 4b230069f8
commit 3fb3b85e3e

View File

@ -40,7 +40,7 @@ ArdourDialog::ArdourDialog (string title, bool modal, bool use_seperator)
, _splash_pushed (false)
{
init ();
set_position (Gtk::WIN_POS_CENTER);
set_position (Gtk::WIN_POS_MOUSE);
}
ArdourDialog::ArdourDialog (Gtk::Window& parent, string title, bool modal, bool use_seperator)