mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-09 09:24:59 -04:00
Disable TxFreqSpinBox, not RxFreqSpinBox if QSY during transmit is not allowed.
This commit is contained in:
@@ -7458,7 +7458,7 @@ void MainWindow::transmitDisplay (bool transmitting)
|
||||
auto QSY_allowed = !transmitting or m_config.tx_QSY_allowed () or
|
||||
!m_config.split_mode ();
|
||||
if (ui->cbHoldTxFreq->isChecked ()) {
|
||||
ui->RxFreqSpinBox->setEnabled (QSY_allowed);
|
||||
ui->TxFreqSpinBox->setEnabled (QSY_allowed);
|
||||
ui->pbT2R->setEnabled (QSY_allowed);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user