1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 06:40:08 +02:00

Fix for startup crash on Windows 8

Don't know why it didn't crash on w7...should have...
This commit is contained in:
lllucius 2014-12-08 14:32:56 +00:00
parent 6539d693b3
commit a0370e8faa

View File

@ -1919,7 +1919,7 @@ void AudacityProject::OnActivate(wxActivateEvent & event)
mTrackPanel->SetFocus();
#endif
if (mToolManager)
if (mToolManager && GetActiveProject())
{
MeterToolBar *tb;