Call switch_mode() to repopulate bandComboBox after switching to FST280.

This commit is contained in:
Joe Taylor 2020-06-21 11:27:30 -04:00
parent 3a16399857
commit 956aa2dfc5
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}