From 71ec7a3971a00d4eb0ff6b4b457e3bb11681e66b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 17 Oct 2016 15:24:22 +0000 Subject: [PATCH] Retain selected T/R sequence length when returning to MSK144 mode. Blank the right-text-window label in ISCAT mode. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7190 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1a02d4051..1cf255c96 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3997,6 +3997,8 @@ void MainWindow::on_actionMSK144_triggered() m_bFastMode=true; m_bFast9=false; fast_config(true); + if(m_TRperiodFast<=15) ui->sbTR->setValue(m_TRperiodFast/5+10); + if(m_TRperiodFast==30) ui->sbTR->setValue(14); m_TRperiod=ui->sbTR->cleanText().toInt(); m_wideGraph->hide(); m_fastGraph->show(); @@ -4294,6 +4296,7 @@ void MainWindow::on_actionISCAT_triggered() ui->cbAutoSeq->setVisible(false); ui->decodedTextBrowser2->setVisible(false); ui->decodedTextLabel2->setVisible(false); + ui->label_7->setText(""); ui->decodedTextLabel->setText( " UTC Sync dB DT DF F1 N L A T"); ui->tabWidget->setCurrentIndex(0);