1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29: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.) // to exercise the bug that instigated this hack.)
if (mIsBeingDeleted) if (mIsBeingDeleted)
{ {
evt.Skip(); event.Skip();
return; return;
} }