From a36ed10fe20021af1fcc49bc0745e8d8681bba3d Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 9 Sep 2018 14:56:19 -0400 Subject: [PATCH] Fixed ALLCALL from bumping the directed or recent cache so we get fewer random messages mid-stream --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index ae8a804..2a9f1b5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -9087,7 +9087,7 @@ void MainWindow::processRxActivity() { bool isDirectedAllCall = false; if(isDirectedOffset(d.freq, &isDirectedAllCall)){ markOffsetDirected(d.freq, isDirectedAllCall); - shouldDisplay = true; + shouldDisplay = shouldDisplay || !isDirectedAllCall; } // TODO: jsherer - develop a better way to determine if we can display this band activity...