diff --git a/mainwindow.cpp b/mainwindow.cpp index bba6a4e3a..fca0d7889 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2763,9 +2763,13 @@ void MainWindow::decodeDone () QTextStream s(&f); QString t=s.readAll(); if(t.length()>30) { + m_isort=0; + if(ui->rbCall->isChecked()) m_isort=1; + if(ui->rbGrid->isChecked()) m_isort=2; + if(ui->rbSNR->isChecked()) m_isort=3; + if(ui->rbDist->isChecked()) m_isort=4; QString t1=sortFoxCalls(t,m_isort,m_min_dB,m_max_dB); ui->decodedTextBrowser->setText(t1); -// if(m_toBeCalled!="") ui->decodedTextBrowser->displayFoxToBeCalled(m_toBeCalled,"#ff99ff"); } } } diff --git a/mainwindow.ui b/mainwindow.ui index 08cac543f..fb2d0c5c8 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1049,7 +1049,7 @@ QLabel[oob="true"] { QTabWidget::Triangular - 2 + 1 @@ -1627,7 +1627,7 @@ list. The list can be maintained in Settings (F2). 10 3 - 171 + 220 91 @@ -1637,7 +1637,7 @@ list. The list can be maintained in Settings (F2). 10 100 - 221 + 220 101