mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-26 14:08:40 -04:00
Revert "Suppress QMAP waterfall scrolling with all-zero data from qm file."
This reverts commit 05c3389307
.
This commit is contained in:
parent
05c3389307
commit
4ec84087c7
@ -368,10 +368,8 @@ void MainWindow::dataSink(int k)
|
|||||||
|
|
||||||
xSignalMeter->setValue(px); // Update the signal meter
|
xSignalMeter->setValue(px); // Update the signal meter
|
||||||
//Suppress scrolling if WSJT-X is transmitting
|
//Suppress scrolling if WSJT-X is transmitting
|
||||||
if((m_monitoring and (!m_bWTransmitting or
|
if((m_monitoring and (!m_bWTransmitting or ui->continuous_waterfall->isChecked())) or m_diskData) {
|
||||||
ui->continuous_waterfall->isChecked())) or
|
m_wide_graph_window->dataSink2(s,nkhz,ihsym,m_diskData,lstrong);
|
||||||
(m_diskData and (px>0))) {
|
|
||||||
m_wide_graph_window->dataSink2(s,nkhz,ihsym,m_diskData,lstrong);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Average over specified number of spectra
|
//Average over specified number of spectra
|
||||||
|
Loading…
Reference in New Issue
Block a user