New non-parented windows are initially positioned at WIN_POS_MOUSE again.
This commit is contained in:
parent
9df1232feb
commit
f46d3dbfaf
@ -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*/)
|
||||
|
Loading…
Reference in New Issue
Block a user