1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Forgot to save before committing

This commit is contained in:
Leland Lucius 2015-09-04 01:30:11 -05:00
parent 49fc3336eb
commit 484e8c5014

View File

@ -2077,7 +2077,7 @@ void AudacityProject::OnCloseWindow(wxCloseEvent & event)
// to exercise the bug that instigated this hack.)
if (mIsBeingDeleted)
{
evt.Skip();
event.Skip();
return;
}