mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-09 23:40:50 +02:00
fixed fft smoothing not set on startup when enabled
This commit is contained in:
@@ -110,6 +110,7 @@ namespace displaymenu {
|
|||||||
gui::waterfall.setFFTHold(fftHold);
|
gui::waterfall.setFFTHold(fftHold);
|
||||||
fftSmoothing = core::configManager.conf["fftSmoothing"];
|
fftSmoothing = core::configManager.conf["fftSmoothing"];
|
||||||
fftSmoothingSpeed = core::configManager.conf["fftSmoothingSpeed"];
|
fftSmoothingSpeed = core::configManager.conf["fftSmoothingSpeed"];
|
||||||
|
gui::waterfall.setFFTSmoothing(fftSmoothing);
|
||||||
updateFFTSpeeds();
|
updateFFTSpeeds();
|
||||||
|
|
||||||
// Define and load UI scales
|
// Define and load UI scales
|
||||||
|
Reference in New Issue
Block a user