mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Call switch_mode() to repopulate bandComboBox after switching to FST280.
This commit is contained in:
parent
3a16399857
commit
956aa2dfc5
@ -5834,6 +5834,7 @@ void MainWindow::on_actionFST280_triggered()
|
||||
ui->cbAutoSeq->setChecked(true);
|
||||
m_wideGraph->setMode(m_mode);
|
||||
m_wideGraph->setModeTx(m_modeTx);
|
||||
switch_mode (Modes::FST280);
|
||||
statusChanged();
|
||||
}
|
||||
|
||||
@ -5854,6 +5855,7 @@ void MainWindow::on_actionFST280W_triggered()
|
||||
ui->sbSubmode->setMaximum(3);
|
||||
m_wideGraph->setMode(m_mode);
|
||||
m_wideGraph->setModeTx(m_modeTx);
|
||||
switch_mode (Modes::FST280W);
|
||||
statusChanged();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user