From 4898614f9029672c23ef0785568e60d95106ca38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 1 Nov 2015 22:24:02 +0100 Subject: [PATCH] Remove explicit positioning of overwrite_file_dialog. ArdourDialog takes care of this. --- gtk2_ardour/utils.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc index 997079a249..60498b9fac 100644 --- a/gtk2_ardour/utils.cc +++ b/gtk2_ardour/utils.cc @@ -937,7 +937,6 @@ ARDOUR_UI_UTILS::overwrite_file_dialog (Gtk::Window& parent, string title, strin dialog.get_vbox()->pack_start (label, true, true); dialog.add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); dialog.add_button (_("Overwrite"), Gtk::RESPONSE_ACCEPT); - dialog.set_position (Gtk::WIN_POS_MOUSE); dialog.show_all (); switch (dialog.run()) {