diff --git a/doc/user_guide/en/protocols.adoc b/doc/user_guide/en/protocols.adoc index 5fc53ec66..3ccf00ec9 100644 --- a/doc/user_guide/en/protocols.adoc +++ b/doc/user_guide/en/protocols.adoc @@ -331,6 +331,6 @@ and your QSO partner ± 200 Hz. |JT9F |K=32, r=1/2|(206,72)| 8| 9-FSK| 50.0 | 450 | 0.19| 1.700 |JT9G |K=32, r=1/2|(206,72)| 8| 9-FSK|100.0 | 900 | 0.19| 0.850 |JT9H |K=32, r=1/2|(206,72)| 8| 9-FSK|200.0 | 1800 | 0.19| 0.425 -|MSK144 |LDPC |(128,72)| 2| OQPSK| 2000 | 2400 | 0.11| 0.072 +|MSK144 |LDPC |(128,80)| 2| OQPSK| 2000 | 2400 | 0.11| 0.072 |MSK144 Sh|LDPC |(32,16) | 2| OQPSK| 2000 | 2400 | 0.20| 0.020 |===================================================================== diff --git a/mainwindow.cpp b/mainwindow.cpp index e58fdea65..fb17ee345 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4812,13 +4812,13 @@ void MainWindow::switch_mode (Mode mode) void MainWindow::WSPR_config(bool b) { ui->decodedTextBrowser2->setVisible(!b); - ui->decodedTextLabel2->setVisible(!b); + ui->decodedTextLabel2->setVisible(!b and ui->cbMenus->isChecked()); ui->controls_stack_widget->setCurrentIndex (b && m_mode != "Echo" ? 1 : 0); ui->QSO_controls_widget->setVisible (!b); ui->DX_controls_widget->setVisible (!b); ui->WSPR_controls_widget->setVisible (b); - ui->label_6->setVisible(!b); - ui->label_7->setVisible(!b); + ui->label_6->setVisible(!b and ui->cbMenus->isChecked()); + ui->label_7->setVisible(!b and ui->cbMenus->isChecked()); ui->logQSOButton->setVisible(!b); ui->DecodeButton->setEnabled(!b); if(b and (m_mode!="Echo")) {