Half-band transition and frequency change peak hold tweaks

This commit is contained in:
Charles J. Cliffe
2015-12-31 21:28:56 -05:00
parent fe264b9da1
commit 01c10efeff
3 changed files with 19 additions and 16 deletions
-1
View File
@@ -141,7 +141,6 @@ void SpectrumCanvas::moveCenterFrequency(long long freqChange) {
freq -= freqChange;
}
wxGetApp().setFrequency(freq);
wxGetApp().getSpectrumProcessor()->setPeakHold(wxGetApp().getSpectrumProcessor()->getPeakHold());
}
}