mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 14:50: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:
parent
6539d693b3
commit
a0370e8faa
@ -1919,7 +1919,7 @@ void AudacityProject::OnActivate(wxActivateEvent & event)
|
|||||||
mTrackPanel->SetFocus();
|
mTrackPanel->SetFocus();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (mToolManager)
|
if (mToolManager && GetActiveProject())
|
||||||
{
|
{
|
||||||
MeterToolBar *tb;
|
MeterToolBar *tb;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user