Trying to diagnose failed response to double-click on waterfall.

This commit is contained in:
Joe Taylor 2023-01-19 12:31:04 -05:00
parent 824478697b
commit e15d51f275
2 changed files with 3 additions and 0 deletions

View File

@ -828,6 +828,8 @@ void MainWindow::freezeDecode(int n) //freezeDecode()
ui->tolSpinBox->setValue(qMin(3,ui->tolSpinBox->value()));
datcom_.ntol=m_tol;
}
m_nDoubleClicked++;
// qDebug() << "aa" << m_nDoubleClicked << m_decoderBusy << m_nTransmitted << n;
if(!m_decoderBusy) {
datcom_.nagain=1;
datcom_.newdat=0;

View File

@ -122,6 +122,7 @@ private:
qint32 m_fetched=0;
qint32 m_hsymStop=302;
qint32 m_nTransmitted=0;
qint32 m_nDoubleClicked=0;
double m_fAdd;
double m_xavg;