mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-13 03:08:49 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user