Fix regression with selecting a working frequency when changing mode

This commit is contained in:
Bill Somerville 2020-12-01 15:11:36 +00:00
parent d186f7b14e
commit 2db2884c39
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
2 changed files with 1 additions and 4 deletions

View File

@ -580,6 +580,7 @@ auto FrequencyList_v2::impl::frequency_list (FrequencyItems frequency_list) -> F
return frequency_list;
}
// add a frequency returning the new model index
QModelIndex FrequencyList_v2::impl::add (Item f)
{
// Any Frequency that isn't in the list may be added

View File

@ -7609,10 +7609,6 @@ void MainWindow::on_sbTR_valueChanged(int value)
progressBar.setMaximum (value);
}
if(m_mode=="FST4") chk_FST4_freq_range();
if(m_monitoring) {
on_stopButton_clicked();
on_monitorButton_clicked(true);
}
if(m_transmitting) {
on_stopTxButton_clicked();
}