mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 20:18:35 -04:00
Clear the numbers in ndecodes_label when Clear Avg is clicked.
This commit is contained in:
parent
e222e66302
commit
74a43a658c
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user