mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-01 14:22:27 -04:00
Revert "Let's try it again with NSlots=4 (but with m_NSlots correctly set)."
This reverts commit 0b5cfb26ebf9b5814bb18dc36437968d8882e979.
This commit is contained in:
parent
0b5cfb26eb
commit
1c37576885
@ -2674,8 +2674,8 @@ void MainWindow::statusChanged()
|
|||||||
if (m_config.superFox()) {
|
if (m_config.superFox()) {
|
||||||
ui->sbNslots->setVisible(true);
|
ui->sbNslots->setVisible(true);
|
||||||
if(ui->cbSendMsg->isChecked()) {
|
if(ui->cbSendMsg->isChecked()) {
|
||||||
ui->sbNslots->setValue(4);
|
ui->sbNslots->setValue(2);
|
||||||
m_Nslots=4;
|
m_Nslots=2;
|
||||||
} else {
|
} else {
|
||||||
ui->sbNslots->setValue(5);
|
ui->sbNslots->setValue(5);
|
||||||
m_Nslots=5;
|
m_Nslots=5;
|
||||||
@ -9224,8 +9224,8 @@ void MainWindow::on_cbSendMsg_toggled(bool b)
|
|||||||
if (!(m_config.superFox() && m_specOp==SpecOp::FOX))
|
if (!(m_config.superFox() && m_specOp==SpecOp::FOX))
|
||||||
return; // don't do anything with slot values unless SuperFox mode
|
return; // don't do anything with slot values unless SuperFox mode
|
||||||
if(b) {
|
if(b) {
|
||||||
ui->sbNslots->setValue(4);
|
ui->sbNslots->setValue(2);
|
||||||
m_Nslots=4;
|
m_Nslots=2;
|
||||||
} else {
|
} else {
|
||||||
ui->sbNslots->setValue(5);
|
ui->sbNslots->setValue(5);
|
||||||
m_Nslots=5;
|
m_Nslots=5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user