1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 23:00:06 +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(); mTrackPanel->SetFocus();
#endif #endif
if (mToolManager) if (mToolManager && GetActiveProject())
{ {
MeterToolBar *tb; MeterToolBar *tb;