Added "pre-sorted" flag to plasma average mode plotting.

monitor
Elliott Liggett 2022-08-18 11:11:57 -07:00
rodzic a7587963b0
commit ebb2c59a45
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3597,7 +3597,7 @@ void wfmain::receiveSpectrumData(QByteArray spectrum, double startFreq, double e
plot->graph(1)->setData(x,y2, true); // peaks
} else if (underlayMode != underlayNone) {
computePlasma();
plot->graph(1)->setData(x,spectrumPlasmaLine);
plot->graph(1)->setData(x,spectrumPlasmaLine, true);
} else {
plot->graph(1)->setData(x,y2, true); // peaks, but probably cleared out
}