From b0f70512f7c5e85e2122ee70e41f5af2f68833db Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 20 Nov 2015 20:26:20 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9e1463e56..9e03852d5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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