mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-06 11:55:15 -04:00
If DX Grid is blank, display zeros for DxAz, etc.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7183 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
52a2f7db1a
commit
bcc39b0d23
@ -116,6 +116,12 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
|
|||||||
AzElFileName.toLatin1().constData(), jpleph.toLatin1().constData(), 6, 6,
|
AzElFileName.toLatin1().constData(), jpleph.toLatin1().constData(), 6, 6,
|
||||||
AzElFileName.length(), jpleph.length());
|
AzElFileName.length(), jpleph.length());
|
||||||
|
|
||||||
|
if(hisgrid_padded==" ") {
|
||||||
|
azmoondx=0.0;
|
||||||
|
elmoondx=0.0;
|
||||||
|
ndop=0;
|
||||||
|
width2=0.0;
|
||||||
|
}
|
||||||
QString message;
|
QString message;
|
||||||
{
|
{
|
||||||
QTextStream out {&message};
|
QTextStream out {&message};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user