1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

One more attempt at proper quitting

This commit is contained in:
Leland Lucius 2015-07-20 14:01:11 -05:00
parent aa8d6b5075
commit 689b019055

View File

@ -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