Clear the numbers in ndecodes_label when Clear Avg is clicked.

This commit is contained in:
Joe Taylor 2021-01-23 10:36:07 -05:00
parent e222e66302
commit 74a43a658c
1 changed files with 1 additions and 0 deletions

View File

@ -3054,6 +3054,7 @@ void MainWindow::on_ClrAvgButton_clicked()
if(m_msgAvgWidget != NULL) {
if(m_msgAvgWidget->isVisible()) m_msgAvgWidget->displayAvg("");
}
if(m_mode=="Q65") ndecodes_label.setText("0 0");
}
void MainWindow::msgAvgDecode2()