From: nick_m Date: Wed, 14 Oct 2015 15:37:11 +0000 (+1100) Subject: New non-parented windows are initially positioned at WIN_POS_MOUSE again. X-Git-Tag: 4.5~634 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f46d3dbfaf961b6cea03c3960c0ce644cd6e751d;p=ardour.git New non-parented windows are initially positioned at WIN_POS_MOUSE again. --- diff --git a/gtk2_ardour/ardour_window.cc b/gtk2_ardour/ardour_window.cc index 1cb4202080..397860bb5e 100644 --- a/gtk2_ardour/ardour_window.cc +++ b/gtk2_ardour/ardour_window.cc @@ -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*/)