From bc544ecb65a3e02335c5e1dc72e5a541b76e9e02 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 10 Jun 2015 17:55:08 +0000 Subject: [PATCH] Always display AstroData in Echo mode. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5575 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- astro.ui | 2 +- mainwindow.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.ui b/astro.ui index d0630e4ea..a13cb1b82 100644 --- a/astro.ui +++ b/astro.ui @@ -116,7 +116,7 @@ - + 200 diff --git a/mainwindow.cpp b/mainwindow.cpp index 7d583f10e..bfbf88783 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3245,6 +3245,7 @@ void MainWindow::on_actionEcho_triggered() if(!m_echoGraph->isVisible()) m_echoGraph->show(); mode_label->setStyleSheet("QLabel{background-color: #7cfc00}"); mode_label->setText(m_mode); + on_actionAstronomical_data_triggered (); VHF_controls_visible(false); WSPR_config(true); ui->decodedTextLabel->setText(" UTC N Level Sig DF Width Q");