mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Place session-save dialog on-top of everything
This commit is contained in:
parent
7af1d30bf0
commit
4a9e8b5211
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue