mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Ensure that tx1 and txb1 are properly enabled/disabled when changing special operating activity.
This commit is contained in:
parent
82e3949b8b
commit
8cbf31ebdf
@ -1891,7 +1891,10 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
|
||||
ui->actionEnable_AP_JT65->setVisible(false);
|
||||
ui->actionAuto_Clear_Avg->setVisible(false);
|
||||
}
|
||||
if(m_config.special_op_id()!=nContest0) ui->tx1->setEnabled(true);
|
||||
if(m_config.special_op_id()!=nContest0) {
|
||||
ui->tx1->setEnabled(true);
|
||||
ui->txb1->setEnabled(true);
|
||||
}
|
||||
chkFT4();
|
||||
if(SpecOp::EU_VHF==m_config.special_op_id() and m_config.my_grid().size()<6) {
|
||||
MessageBox::information_message (this,
|
||||
|
Loading…
Reference in New Issue
Block a user