From 3b93cd02b64209892c6d11932004dcc59c99a004 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 13 Sep 2016 21:20:16 +0000 Subject: [PATCH] Spinners fopr Rx Freq and Tx Freq should not have been made visible in MSK144 mode; they are ignored in this mode, as present. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7080 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index de893268e..2f818bc14 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3982,10 +3982,6 @@ void MainWindow::on_actionMSK144_triggered() bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN"; ui->cbCQRx->setEnabled(b); ui->cbFast9->setVisible(false); - ui->RxFreqSpinBox->setVisible(true); - ui->TxFreqSpinBox->setVisible(true); - ui->RxFreqSpinBox->setEnabled(true); - ui->TxFreqSpinBox->setEnabled(false); } void MainWindow::on_actionQRA64_triggered()