mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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;
|
gIsQuitting = true;
|
||||||
|
|
||||||
|
wxTheApp->SetExitOnFrameDelete(true);
|
||||||
|
|
||||||
// Try to close each open window. If the user hits Cancel
|
// Try to close each open window. If the user hits Cancel
|
||||||
// in a Save Changes dialog, don't continue.
|
// in a Save Changes dialog, don't continue.
|
||||||
// BG: unless force is true
|
// BG: unless force is true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user