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:
parent
8b1ecf03a4
commit
7bce0a643b
@ -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") ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user