mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Copy info to "DX Grid" only if it's a valid grid locator.
This commit is contained in:
parent
d399b172a4
commit
f32f2393ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user