Correct the green marker in QRA mode.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6846 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-07-01 15:41:03 +00:00
parent bb1e8f6692
commit 6cbb45bc1f
2 changed files with 12 additions and 8 deletions
+2
View File
@@ -3883,6 +3883,8 @@ void MainWindow::on_actionQRA65_triggered()
QString t1=(QString)QChar(short(m_nSubMode+65));
// mode_label->setText(m_mode + " " + t1);
mode_label->setText("QRA02 " + t1);
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
}