From e12eabb65f6dd845311c005c14fe9c8cc8eacad5 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 9 Jan 2019 08:47:29 -0500 Subject: [PATCH] Clear labAz on program startup. --- widgets/mainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 6d1583f46..e89bcade4 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -772,8 +772,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, } ui->labAz->setStyleSheet("border: 0px;"); -// ui->labDist->setStyleSheet("border: 0px;"); - + ui->labAz->setText(""); auto t = "UTC dB DT Freq Message"; ui->decodedTextLabel->setText(t); ui->decodedTextLabel2->setText(t); @@ -4817,7 +4816,6 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) auto const& hisCall=ui->dxCallEntry->text(); if(!hisCall.size ()) { ui->labAz->clear (); -// ui->labDist->clear (); ui->tx1->clear (); ui->tx2->clear (); ui->tx3->clear ();