mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-13 06:48:39 -04:00
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:
parent
13ffbb20eb
commit
3b93cd02b6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user