Fix WSPR band hopping defect

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5456 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-05-29 13:44:04 +00:00
parent c41e9bb976
commit b7841adb29

View File

@ -4355,7 +4355,7 @@ void MainWindow::bandHopping()
// avoids going via a QVariant item)
auto const& f = frequencies->frequency_list ()[source_index.row ()].frequency_;
if(f==f0) {
on_bandComboBox_activated(i); //Set new band
on_bandComboBox_activated(row); //Set new band
// qDebug() << nhr << nmin << int(sec) << "Band selected" << i << 0.000001*f0 << 0.000001*f;
break;
}