mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
New non-parented windows are initially positioned at WIN_POS_MOUSE again.
This commit is contained in:
parent
9df1232feb
commit
f46d3dbfaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue