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:
Joe Taylor 2015-11-20 20:26:20 +00:00
parent 3f8bba4da7
commit b0f70512f7
1 changed files with 1 additions and 0 deletions

View File

@ -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