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
This commit is contained in:
Joe Taylor 2016-09-13 21:20:16 +00:00
parent 13ffbb20eb
commit 3b93cd02b6

View File

@ -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()