[Summar] Potential TracksLive hang-on elimination. See bug 45112 and commit cfcb670.

[Reviewed] YPozdniakov
This commit is contained in:
Nikolay 2014-12-18 16:00:54 +02:00
parent cfcb67040a
commit 3e2609af4e

View file

@ -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 ();