mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
ensure that the ask-about-quit dialog is shown at mouse-position
This commit is contained in:
parent
868d606d16
commit
49439d2acf
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue