Place session-save dialog on-top of everything

This commit is contained in:
Robin Gareus 2022-11-14 02:56:24 +01:00
parent 7af1d30bf0
commit 4a9e8b5211
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -1268,6 +1268,7 @@ ARDOUR_UI::ask_about_saving_session (const vector<string>& actions)
window.add_button (actions[2], RESPONSE_ACCEPT);
window.set_default_response (RESPONSE_ACCEPT);
window.set_keep_above (true);
Gtk::Button noquit_button (msg);
noquit_button.set_name ("EditorGTKButton");