mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 16:13:57 -04:00
Correct the display of Echo-mode label.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6141 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
aebfacfd53
commit
56008a0f39
@ -3557,6 +3557,7 @@ void MainWindow::on_actionEcho_triggered()
|
||||
m_mode="Echo";
|
||||
ui->actionEcho->setChecked(true);
|
||||
mode_label->setStyleSheet("QLabel{background-color: #66ffff}");
|
||||
mode_label->setText(m_mode);
|
||||
m_TRperiod=3;
|
||||
m_modulator->setPeriod(m_TRperiod); // TODO - not thread safe
|
||||
m_detector->setPeriod(m_TRperiod); // TODO - not thread safe
|
||||
|
Loading…
Reference in New Issue
Block a user