From f32f2393eaffcaf20a655cae9215ca4e20cb4d32 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 28 Mar 2022 10:48:06 -0400 Subject: [PATCH] Copy info to "DX Grid" only if it's a valid grid locator. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index f36fef29a..3f4033fe1 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3744,6 +3744,7 @@ void MainWindow::readFromStdout() //readFromStdout int points=0; if(m_activeCall.contains(deCall)) { points=m_activeCall[deCall].points; + deGrid=m_activeCall[deCall].grid4; } else if(deGrid.contains(grid_regexp)) { double utch=0.0; int nAz,nEl,nDmiles,nDkm,nHotAz,nHotABetter;