1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

If logger does not exist, don't try to delete it.

This commit is contained in:
james.k.crook@gmail.com 2012-02-09 12:56:18 +00:00
parent e770a6766b
commit 51bd1c2a4d

View File

@ -2026,7 +2026,8 @@ void AudacityProject::OnCloseWindow(wxCloseEvent & event)
if (gAudacityProjects.IsEmpty() && !gIsQuitting) {
wxGetApp().mLogger->Show(false);
if( wxGetApp().mLogger )
wxGetApp().mLogger->Show(false);
#if !defined(__WXMAC__)
// LL: On the Mac, we don't want the logger open after all projects