Use bVHF rather than single_decode to control display of params at end of decode line.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7225 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-10-24 15:25:25 +00:00
parent 529ff06462
commit e1550bfa34
3 changed files with 6 additions and 7 deletions
-1
View File
@@ -722,5 +722,4 @@ void CPlotter::SetPercent2DScreen(int percent)
void CPlotter::setVHF(bool bVHF)
{
m_bVHF=bVHF;
qDebug() << "A" << m_bVHF;
}