From cb03c837d028c2fc36172f53ce3af1048e124885 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Wed, 6 Apr 2022 10:08:30 +0200 Subject: [PATCH] Revert "Prevent the display of lines with negative age values." This reverts commit 2d906247d7dfab973a3a36cbfbae1ba84de11184. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 549df0ce3..66e749d81 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3474,7 +3474,7 @@ void MainWindow::ARRL_Digi_Display() if(icall.value().txEven) itx=0; int snr=icall.value().snr; int freq=icall.value().audioFreq; - if(age>maxAge or age<0) { + if(age>maxAge) { icall.remove(); } else { bool bReady=false;