mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
[Summar] Potential TracksLive hang-on elimination. See bug 45112 and commit cfcb670.
[Reviewed] YPozdniakov
This commit is contained in:
parent
cfcb67040a
commit
3e2609af4e
1 changed files with 2 additions and 6 deletions
|
|
@ -2788,12 +2788,8 @@ ARDOUR_UI::get_session_parameters (bool quit_on_cancel, bool should_be_new, stri
|
|||
UI::quit ();
|
||||
return ret;
|
||||
default: // this happens on Close Button pressed (at the top left corner only on Mac)
|
||||
if (quit_on_cancel) {
|
||||
exit (1);
|
||||
} else {
|
||||
UI::quit ();
|
||||
return ret;
|
||||
}
|
||||
UI::quit ();
|
||||
return ret;
|
||||
}
|
||||
|
||||
session_dialog.hide ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue