mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
Fixed a bug that caused 32-bit WSJTX to always launch the Contest Log window (esp. on Windows 10).
This commit is contained in:
parent
ac151875ce
commit
9cb7772c4b
@ -6721,6 +6721,7 @@ void MainWindow::on_actionFT8_triggered()
|
||||
ui->houndButton->setStyleSheet("");
|
||||
}
|
||||
|
||||
m_specOp=m_config.special_op_id();
|
||||
if(m_specOp!=SpecOp::NONE and m_specOp!=SpecOp::FOX and m_specOp!=SpecOp::HOUND) {
|
||||
QString t0="";
|
||||
if(SpecOp::NA_VHF==m_specOp) t0="NA VHF";
|
||||
@ -6955,6 +6956,7 @@ void MainWindow::on_actionQ65_triggered()
|
||||
ui->rh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));
|
||||
statusChanged();
|
||||
|
||||
m_specOp=m_config.special_op_id();
|
||||
if(m_specOp!=SpecOp::NONE and m_specOp!=SpecOp::FOX and m_specOp!=SpecOp::HOUND) {
|
||||
QString t0="";
|
||||
if(SpecOp::NA_VHF==m_specOp) t0="NA VHF";
|
||||
@ -9774,6 +9776,7 @@ void MainWindow::chkFT4()
|
||||
ui->labDXped->setVisible(m_specOp!=SpecOp::NONE);
|
||||
ui->respondComboBox->setVisible(ui->cbAutoSeq->isChecked());
|
||||
|
||||
m_specOp=m_config.special_op_id();
|
||||
if(m_specOp!=SpecOp::NONE and m_specOp!=SpecOp::FOX and m_specOp!=SpecOp::HOUND) {
|
||||
QString t0="";
|
||||
if(SpecOp::NA_VHF==m_specOp) t0="NA VHF";
|
||||
|
Loading…
Reference in New Issue
Block a user