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
This commit is contained in:
Joe Taylor 2015-06-10 17:55:08 +00:00
parent 325449fe27
commit c3d227b410
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget_1">
<property name="geometry">
<rect>
<x>200</x>

View File

@ -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");