From 3973ce81b37a9ba6fcd2e7ff95ca730b0aa32252 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 2 May 2013 18:13:35 -0400 Subject: remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving from ArdourDialog or ArdourWindow; move the set_position() call into those classes' constructors, so that they are called before the windows are realized, and thus it actually works --- gtk2_ardour/time_fx_dialog.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/time_fx_dialog.cc') diff --git a/gtk2_ardour/time_fx_dialog.cc b/gtk2_ardour/time_fx_dialog.cc index 1fd52cebc3..15d46f10ad 100644 --- a/gtk2_ardour/time_fx_dialog.cc +++ b/gtk2_ardour/time_fx_dialog.cc @@ -68,7 +68,6 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch) set_modal (true); set_skip_taskbar_hint (true); set_resizable (false); - set_position (Gtk::WIN_POS_MOUSE); set_name (N_("TimeFXDialog")); if (pitching) { -- cgit v1.2.3