Clear labAz on program startup.

This commit is contained in:
Joe Taylor 2019-01-09 08:47:29 -05:00
parent 5f38d30c75
commit e12eabb65f
1 changed files with 1 additions and 3 deletions

View File

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