From 689b0190556ecd1cab23da06d6eb19d4e1a783f9 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 20 Jul 2015 14:01:11 -0500 Subject: [PATCH] One more attempt at proper quitting --- src/AudacityApp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 1c2715635..b949fb7c5 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -262,6 +262,8 @@ void QuitAudacity(bool bForce) gIsQuitting = true; + wxTheApp->SetExitOnFrameDelete(true); + // Try to close each open window. If the user hits Cancel // in a Save Changes dialog, don't continue. // BG: unless force is true