1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 06:07:42 +02:00

Bug2281: Revert changes to FreqWindow.cpp at f0b7583, don't crash

This commit is contained in:
Paul Licameli 2020-01-07 13:10:07 -05:00
parent 8b1ecf03a4
commit 7bce0a643b

View File

@ -213,6 +213,10 @@ FrequencyPlotDialog::FrequencyPlotDialog(wxWindow * parent, wxWindowID id,
mRate = 0;
mDataLen = 0;
p = GetActiveProject();
if (!p)
return;
TranslatableStrings algChoices{
XO("Spectrum") ,
XO("Standard Autocorrelation") ,