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:
parent
aa8d6b5075
commit
689b019055
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user