1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +01:00

Fix crashes (sometimes) when closing a project, due to overlays

This commit is contained in:
Paul Licameli
2016-05-12 16:46:04 -04:00
parent fe11474219
commit 05fcf9cf82

View File

@@ -2416,8 +2416,10 @@ void AudacityProject::OnCloseWindow(wxCloseEvent & event)
&mViewInfo);
Destroy();
mRuler = nullptr;
mIsBeingDeleted = true;
}
void AudacityProject::OnOpenAudioFile(wxCommandEvent & event)