mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Revert "Prevent the display of lines with negative age values."
This reverts commit 2d906247d7
.
This commit is contained in:
parent
2d906247d7
commit
cb03c837d0
@ -3474,7 +3474,7 @@ void MainWindow::ARRL_Digi_Display()
|
|||||||
if(icall.value().txEven) itx=0;
|
if(icall.value().txEven) itx=0;
|
||||||
int snr=icall.value().snr;
|
int snr=icall.value().snr;
|
||||||
int freq=icall.value().audioFreq;
|
int freq=icall.value().audioFreq;
|
||||||
if(age>maxAge or age<0) {
|
if(age>maxAge) {
|
||||||
icall.remove();
|
icall.remove();
|
||||||
} else {
|
} else {
|
||||||
bool bReady=false;
|
bool bReady=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user