ensure that the ask-about-quit dialog is shown at mouse-position
This commit is contained in:
parent
868d606d16
commit
49439d2acf
@ -214,6 +214,7 @@ ARDOUR_UI::idle_ask_about_quit ()
|
||||
Gtk::BUTTONS_YES_NO,
|
||||
true); /* modal */
|
||||
msg.set_default_response (Gtk::RESPONSE_YES);
|
||||
msg.set_position (WIN_POS_MOUSE);
|
||||
|
||||
if (msg.run () == Gtk::RESPONSE_YES) {
|
||||
finish ();
|
||||
|
Loading…
Reference in New Issue
Block a user