New non-parented windows are initially positioned at WIN_POS_MOUSE again.

This commit is contained in:
nick_m 2015-10-15 02:37:11 +11:00
parent 9df1232feb
commit f46d3dbfaf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ArdourWindow::ArdourWindow (string title)
{
set_title (title);
init ();
set_position (Gtk::WIN_POS_CENTER);
set_position (Gtk::WIN_POS_MOUSE);
}
ArdourWindow::ArdourWindow (Gtk::Window& parent, string /*title*/)