mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 02:12:37 -04:00
Trying to diagnose failed response to double-click on waterfall.
This commit is contained in:
parent
824478697b
commit
e15d51f275
@ -828,6 +828,8 @@ void MainWindow::freezeDecode(int n) //freezeDecode()
|
|||||||
ui->tolSpinBox->setValue(qMin(3,ui->tolSpinBox->value()));
|
ui->tolSpinBox->setValue(qMin(3,ui->tolSpinBox->value()));
|
||||||
datcom_.ntol=m_tol;
|
datcom_.ntol=m_tol;
|
||||||
}
|
}
|
||||||
|
m_nDoubleClicked++;
|
||||||
|
// qDebug() << "aa" << m_nDoubleClicked << m_decoderBusy << m_nTransmitted << n;
|
||||||
if(!m_decoderBusy) {
|
if(!m_decoderBusy) {
|
||||||
datcom_.nagain=1;
|
datcom_.nagain=1;
|
||||||
datcom_.newdat=0;
|
datcom_.newdat=0;
|
||||||
|
@ -122,6 +122,7 @@ private:
|
|||||||
qint32 m_fetched=0;
|
qint32 m_fetched=0;
|
||||||
qint32 m_hsymStop=302;
|
qint32 m_hsymStop=302;
|
||||||
qint32 m_nTransmitted=0;
|
qint32 m_nTransmitted=0;
|
||||||
|
qint32 m_nDoubleClicked=0;
|
||||||
|
|
||||||
double m_fAdd;
|
double m_fAdd;
|
||||||
double m_xavg;
|
double m_xavg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user